ID: 44603 Updated by: [EMAIL PROTECTED] Reported By: tobias382 at gmail dot com -Status: Open +Status: Verified Bug Type: HTTP related Operating System: Kubuntu 7.10 -PHP Version: 5.2.5 +PHP Version: 5.2.5, 5.3CVS-2008-04-02 Assigned To: fb-req-jani New Comment:
There is indeed something very wrong with this. Quick stracing suggests that the order in which the headers are is maybe incorrect and there's an extra '\r\n' there.. Previous Comments: ------------------------------------------------------------------------ [2008-04-02 15:22:28] tobias382 at gmail dot com The issue is still present in this snapshot: php5.2-200804021430. ------------------------------------------------------------------------ [2008-04-02 02:38:14] tobias382 at gmail dot com Description: ------------ Specifying a Content-type header in a streams operation using the HTTP wrapper causes a file_get_contents operation using that streams context to fail. Not specifying the Content-type header results in a Notice being issued saying that application/x-www-form-urlencoded is assumed and the script then works as expected. Reproduce code: --------------- http://paste2.org/p/18455 Expected result: ---------------- Should send a URL in the following format to stdout, where # is a number. http://paste2.org/p/# Actual result: -------------- Warning: file_get_contents(http://paste2.org/new-paste): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/matt/pastebin.php on line 21 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44603&edit=1
