ID: 27233
Updated by: [EMAIL PROTECTED]
Reported By: jwh3 at voicenet dot com
-Status: Open
+Status: Bogus
Bug Type: CGI related
Operating System: Windows 2000
PHP Version: 4.3.4
New Comment:
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same.
Thank you for your interest in PHP.
Try searching the bug database before submitting yet another report
about already reported issue.
Previous Comments:
------------------------------------------------------------------------
[2004-02-12 18:59:56] jwh3 at voicenet dot com
Description:
------------
Problem: PATH_INFO is enabled by default in apache 1.3, but php 4.3.4
CGI doesn't pick it up correctly.
environment:
Winbook Z1 notebook, windows 2000, apache 1.3, php 4.3.4 CGI.
test script - foo.php:
<?
echo "<br/><br/>PATH_INFO: " . $_ENV['PATH_INFO'];
?>
test URL - http://localhost/foo.php :
got: PATH_INFO: /foo.php
expected: <empty>
test URL - http://localhost/foo.php/bar :
got: No input file specified.
expected: /bar
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27233&edit=1