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

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 is 1 diff reported by users for this test.

Count Diff
2 (100%)
002+ string(0) ""
002- string(%d) "GET / HTTP/1.0
003- From: teste@teste.pt
004- Host: 127.0.0.1:12342
005- Connection: close
006-
007- "
004+ string(0) ""
009- string(%d) "GET / HTTP/1.0
010- From: junk@junk.com
011- Host: 127.0.0.1:12342
012- Connection: close
013-
014- "