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

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 3 different diffs reported by users for this test.

Count Diff
206 (96%)
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
6 (3%)
001+ POST / HTTP/1.1
002+ User-Agent: PHP/5.4.39
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+ POST /foo HTTP/1.1
009+ User-Agent: PHP/5.4.39
011+ Accept: */*
012+ Content-Length: 0
013+ Content-Type: application/x-www-form-urlencoded
015+ POST / HTTP/1.1
016+ User-Agent: PHP/5.4.39
018+ Accept: */*
019+ Content-Length: 0
020+ Content-Type: application/x-www-form-urlencoded
022+ POST /foo HTTP/1.1
023+ User-Agent: PHP/5.4.39
024+ Host: 127.0.0.1:12342
025+ Accept: */*
026+ Content-Length: 0
027+ Content-Type: application/x-www-form-urlencoded
028+
2 (1%)