From: jwh3 at voicenet dot com
Operating system: Windows 2000
PHP version: 4.3.4
PHP Bug Type: CGI related
Bug description: /foo.php/bar yields "No input file specified"
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 bug report at http://bugs.php.net/?id=27233&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27233&r=trysnapshot4
Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27233&r=trysnapshot5
Fixed in CVS: http://bugs.php.net/fix.php?id=27233&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=27233&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=27233&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=27233&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=27233&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=27233&r=support
Expected behavior: http://bugs.php.net/fix.php?id=27233&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=27233&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=27233&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=27233&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27233&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=27233&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=27233&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=27233&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27233&r=float