ID:               43216
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php at benjaminschulz dot com
-Status:           Assigned
+Status:           Closed
 Bug Type:         Streams related
 Operating System: linux
 PHP Version:      5.3CVS-2007-11-08 (CVS)
 Assigned To:      dmitry
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




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

[2007-11-08 08:17:43] php at benjaminschulz dot com

Description:
------------
stream_is_local() should return true for "file://"

Reproduce code:
---------------
var_dump(stream_is_local("file://"));

Expected result:
----------------
bool(true)

Actual result:
--------------
bool(false)


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


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

Reply via email to