From: aron at amix dot com dot br Operating system: Windows 2000 PHP version: 4.3.3 PHP Bug Type: *General Issues Bug description: PATH_INFO
Description: ------------ I'm usin IIS5, with PHP 4.3.3 and getting the following error. http://winrootdocs.amix.com.br/prod/index3.php/123/456 Reproduce code: --------------- <?php print("My name"); ?> Expected result: ---------------- My name Actual result: -------------- Warning: Unknown(C:\htdocs\rootdocs\123\456): failed to open stream: No such file or directory in Unknown on line 0 Warning: (null)(): Failed opening 'C:\htdocs\rootdocs\23' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0 -- Edit bug report at http://bugs.php.net/?id=25672&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25672&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25672&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=25672&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=25672&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=25672&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=25672&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=25672&r=support Expected behavior: http://bugs.php.net/fix.php?id=25672&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=25672&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=25672&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=25672&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25672&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=25672&r=dst IIS Stability: http://bugs.php.net/fix.php?id=25672&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=25672&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=25672&r=float
