From: phpbug at tomvalentine dot net Operating system: Windows Vista PHP version: 5.3.0 PHP Bug Type: *General Issues Bug description: No input file specified on NTFS mount points
Description: ------------ If a partition is mounted in Windows into an empty folder, as opposed to a drive letter, php-cgi version >= 5.3.10 will return "No input file specified." and if logging to an error log, log this error: "[15-Jul-2009 23:24:36] PHP Warning: Unknown: failed to open stream: No error in Unknown on line 0" The script is called either from the windows command prompt (as administrator), of through nginx/fastcgi server combination n:\ is actually the partition mounted via drive letter c:\torrents is the same partition mounted via empty folder I have also tried the latest snapshots Reproduce code: --------------- C:\php-5.3.0-nts-Win32-VC6-x86>php-cgi -f n:\hi.php -n C:\php-5.3.0-nts-Win32-VC6-x86>php-cgi -f c:\torrents\hi.php -n Expected result: ---------------- hello world (or whatever php script actually does) Actual result: -------------- No input file specified. -- Edit bug report at http://bugs.php.net/?id=48936&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=48936&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=48936&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=48936&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=48936&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=48936&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=48936&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=48936&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=48936&r=needscript Try newer version: http://bugs.php.net/fix.php?id=48936&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=48936&r=support Expected behavior: http://bugs.php.net/fix.php?id=48936&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=48936&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=48936&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=48936&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48936&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=48936&r=dst IIS Stability: http://bugs.php.net/fix.php?id=48936&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=48936&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=48936&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=48936&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=48936&r=mysqlcfg
