ID: 41817 Updated by: [EMAIL PROTECTED] Reported By: progcom at gmail dot com -Status: Assigned +Status: Feedback Bug Type: CGI related Operating System: FreeBSD PHP Version: 5CVS-2007-06-27 (CVS) Assigned To: dmitry New Comment:
I was never able to reproduce this trailing slash problem. Do you user apache with mod_fastcgi or something else? Could you provide your FasrtCGI configuration? Previous Comments: ------------------------------------------------------------------------ [2007-06-27 04:55:31] progcom at gmail dot com 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 this bug report at http://bugs.php.net/?id=41817&edit=1