Test: /ext/standard/tests/http/bug67430.phpt - Version 5.4.38        

Bug #67430 http:// wrapper doesn't follow 308 redirects
Submitted: 2014-06-12 22:59:11 Modified: 2014-06-13 01:19:33
From: aharvey Assigned: aharvey
Status: Closed Package: HTTP related
PHP Version: 5.4.29 OS: Irrelevant

There are 2 different diffs reported by users for this test.

Count Diff
30 (97%)
001+ Done
001- POST / HTTP/1.0
002- Host: 127.0.0.1:12342
003-
004- GET /foo HTTP/1.0
005- Host: 127.0.0.1:12342
006-
007- POST / HTTP/1.0
008- Host: 127.0.0.1:12342
009-
010- Done
1 (3%)
001+ POST / HTTP/1.1
002+ User-Agent: PHP/5.4.38
001- POST / HTTP/1.0
004+ Accept: */*
005+ Content-Length: 0
006+ Content-Type: application/x-www-form-urlencoded
004- GET /foo HTTP/1.0
007- POST / HTTP/1.0
008- Host: 127.0.0.1:12342
009-
008+ POST /foo HTTP/1.1
009+ User-Agent: PHP/5.4.38
011+ Accept: */*
012+ Content-Length: 0
013+ Content-Type: application/x-www-form-urlencoded