ID:               48936
 Updated by:       j...@php.net
 Reported By:      phpbug at tomvalentine dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Windows Vista
 PHP Version:      5.3.0
 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.




Previous Comments:
------------------------------------------------------------------------

[2009-07-15 22:42:28] phpbug at tomvalentine dot net

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 this bug report at http://bugs.php.net/?id=48936&edit=1

Reply via email to