From:             progcom at gmail dot com
Operating system: FreeBSD
PHP version:      5CVS-2007-06-27 (CVS)
PHP Bug Type:     CGI related
Bug description:  CGI Trailing slash is still not correct!

Description:
------------
This is same bug as #40419, so I tried CVS version, but problem is still
occured.

Request with trailing slash, PHP doen't set any PATH_INFO or
PATH_TRANSLATED.


Reproduce code:
---------------
http://www.foo.com/bar.php/


Expected result:
----------------
$_SERVER['PATH_INFO'] = "/"
$_SERVER['PATH_TRANSLATED'] = "/blahblah/bar.php/"

Actual result:
--------------
$_SERVER['PATH_INFO'] = NULL
$_SERVER['PATH_TRANSLATED'] = NULL

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

Reply via email to