ID:               16510
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Filesystem function related
 Operating System: Windows NT
 PHP Version:      4.1.1


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

[2002-04-09 07:22:42] [EMAIL PROTECTED]

Can you verify if this is still true for PHP 4.2RC2?
get it from: http://www.php.net/~derick
If it still has problems, are you in a position to
sniff the network packets to see what it going on?

------------------------------------------------------------------------

[2002-04-09 06:13:43] [EMAIL PROTECTED]

Using fopen to access a remote file will fail if the URL path contains
spaces.

A server contains the following files:

/Test Dir/default.asp
/TestDir/default.asp

The following fopen will succeed:

$f = fopen ("http://server/TestDir/default.asp";, "r");

while this one will fail:

$f = fopen ("http://server/Test Dir/default.asp", "r");

I have tried replacing them with "%20" and escaping the spaces "\ " but
neither succeed.

The above fails on both IIS and PWS.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16510&edit=1

Reply via email to