Test: /ext/standard/tests/http/bug53198.phpt - Version 5.4.9        

Bug #53198 "From:" header sent on http request when using stream_context.
Submitted: 2010-10-29 09:52:30 Modified: 2010-11-24 12:02:25
From: RQuadling Assigned: cataphract
Status: Closed Package: Streams related
PHP Version: 5.3SVN-2010-10-29 (SVN) OS: Windows XP SP3

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

Count Diff
91 (97%)
002+ string(0) ""
002- string(63) "GET / HTTP/1.0
003- From: teste@teste.pt
004- Host: 127.0.0.1:12342
005-
006- "
004+ string(0) ""
008- string(62) "GET / HTTP/1.0
009- From: junk@junk.com
010- Host: 127.0.0.1:12342
011-
012- "
2 (2%)
1 (1%)
002+ /home/ms/mysoft/php-5.4.9/sapi/cli/php: relocation error: /home/ms/mysoft/php-5.4.9/sapi/cli/php: symbol __fixunsdfdi, version libmysqlclient_15 not defined in file libmysqlclient.so.15 with link time reference
003+
004+ Warning: fopen(): couldn't connect to server in %s/bug53198.php on line 14
005+
006+ Warning: fopen(http://127.0.0.1:12342/): failed to open stream: operation failed in %s/bug53198.php on line 14
007+ string(0) ""
008+ -- Test: after ini_set --
009+ /home/ms/mysoft/php-5.4.9/sapi/cli/php: relocation error: /home/ms/mysoft/php-5.4.9/sapi/cli/php: symbol __fixunsdfdi, version libmysqlclient_15 not defined in file libmysqlclient.so.15 with link time reference
010+
011+ Warning: fopen(): couldn't connect to server in %s/bug53198.php on line 14
002- string(63) "GET / HTTP/1.0
003- From: teste@teste.pt
004- Host: 127.0.0.1:12342
006- "
007- -- Test: after ini_set --
013+ Warning: fopen(http://127.0.0.1:12342/): failed to open stream: operation failed in %s/bug53198.php on line 14
014+ string(0) ""
008- string(62) "GET / HTTP/1.0
009- From: junk@junk.com
010- Host: 127.0.0.1:12342
011-
012- "