From:             [EMAIL PROTECTED]
Operating system: Red Hat Linux 7.0
PHP version:      4.1.0
PHP Bug Type:     Apache related
Bug description:  No _POST/_GET vars with filename matching


The Post and Get arrays do not get populated when the  filename in the URL
does not have the extension. (Apache allows us to access files without
their extension)

If we access a file as:

http://server.com/file.php?foo=bar

Then foo=bar will be set in _GET. however, if we access the same file as:

http://server.com/file?foo=bar

Then _GET will be an empty array. Same is true for _POST.

-- 
Edit bug report at: http://bugs.php.net/?id=14466&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