: Bug #43216 :: stream_is_local() returns false on file://
| Bug #43216 | stream_is_local() returns false on file:// | ||||
|---|---|---|---|---|---|
| Submitted: | 2007-11-08 08:17 UTC | Modified: | 2007-11-09 09:37 UTC | ||
| From: | php at benjaminschulz dot com | Assigned: | dmitry (profile) | ||
| Status: | Closed | Package: | Streams related | ||
| PHP Version: | 5.3CVS-2007-11-08 (CVS) | OS: | linux | ||
| Private report: | No | CVE-ID: | None | ||
[2007-11-08 08:17 UTC] 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)
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2007-11-09 09:37 UTC] dmitry@php.net