From:             tarag956 at gmail dot com
Operating system: nix
PHP version:      5.2.6
PHP Bug Type:     *Web Server problem
Bug description:  HTTP headers rendered differently in PHP than Apache rewrite 
mod likes them

Description:
------------
HTTP headers rendered differently in PHP than Apache rewrite mod likes
them

For instance...

PHP renders a header this way (from the $_SERVER associated array):
HTTP_X_MOZ


But apache rewrite mod likes it:
HTTP:X-MOZ

I couldn't find any previous reports on this.  But basically, PHP needs
some way for its HTTP headers to end up looking the same way that Apache's
mod-rewrite likes them.



Other examples...
Apache likes them like:
HTTP:X-FORWARDED-FOR
REMOTE_ADDR
HTTP:CLIENT-IP
REQUEST_METHOD

But PHP usually converts all "-" to "_" and converts all ":" to "_" and
sometimes adds "HTTP_" in front of things.

Maybe this is a feature request, but it would be nice if PHP's HTTP header
variables could go be the exact names that HTTP's rewrite mod like them as.

Reproduce code:
---------------
..

Expected result:
----------------
..

Actual result:
--------------
..

-- 
Edit bug report at http://bugs.php.net/?id=45794&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45794&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45794&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45794&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45794&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45794&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45794&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45794&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45794&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45794&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45794&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45794&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45794&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45794&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45794&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45794&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45794&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45794&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45794&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45794&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45794&r=mysqlcfg

Reply via email to