From:             [EMAIL PROTECTED]
Operating system: Win32, Linux, probably any
PHP version:      4.0.4pl1
PHP Bug Type:     Apache related
Bug description:  Exta path information beyond the PHP script won't work with CGI

In CGI mode calling a php script (playlist.php in example below) causes a 500 internal 
server error.

Calling this URL:
http://www.server.com/playlist.php/mylist.m3u?id=7
Causes a 500 error in CGI mode.  However, as a module PHP accepts this just fine.

Also note that calling the URL like this:
http://www.server.com/playlist.php?id=7
does NOT give this error.


-- 
Edit Bug report at: http://bugs.php.net/?id=10075&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to