ID: 50554 Updated by: [email protected] Reported By: mop at globalpark dot com -Status: Open +Status: Wont fix Bug Type: Feature/Change Request Operating System: Linux PHP Version: 5.3.1
Previous Comments: ------------------------------------------------------------------------ [2009-12-22 13:19:21] mop at globalpark dot com Description: ------------ PHP under fastcgi is completely missing some function to get all, raw header information. There is some function to do that inside the Apache SAPI. However i don't see any reason why this is missing in the fastcgi SAPI. As PHP modifies the raw headers (User-Agent => USER_AGENT, SOAPAction => SOAPACTION etc etc) before putting them into $_SERVER["HTTP_XXX"] (not to speak of custom headers) there is no safe solution to reproduce the Request including HTTP Headers in PHP+fastcgi. Reproduce code: --------------- x Expected result: ---------------- x Actual result: -------------- x ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50554&edit=1
