--TEST-- Bug #53198 (From: header cannot be changed with ini_set) --SKIPIF-- --INI-- allow_url_fopen=1 from=teste@teste.pt --FILE-- --EXPECTF-- -- Test: leave default -- string(%d) "GET / HTTP/1.0 From: teste@teste.pt Host: 127.0.0.1:12342 Connection: close " -- Test: after ini_set -- string(%d) "GET / HTTP/1.0 From: junk@junk.com Host: 127.0.0.1:12342 Connection: close "