From: [EMAIL PROTECTED] Operating system: Er - Does it matter? PHP version: 4.0CVS-2002-05-31 PHP Bug Type: Feature/Change Request Bug description: getallheaders - changed to return text of headers
Firstly I love PHP, Secondly there isn't much it can't do that I want to do But... It would be nice if it could do everything that ASP can do (or everything that is possible - given that it shouldn't have to do Microsoft BS) In particular in ASP you can get the Raw request header (using a function called Request.BinaryRead) I have not been able to find a way of doing this in PHP. Indeed I got quite hopeful when I found the getallheaders function - but this turned out to return another associative array. Please can we have just the raw text - for cases when poorly written responders don't output correctly. Thanks again Ben -- Edit bug report at http://bugs.php.net/?id=17545&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17545&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17545&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17545&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17545&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17545&r=support Expected behavior: http://bugs.php.net/fix.php?id=17545&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17545&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17545&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17545&r=globals