ID:               41390
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Bogus
+Status:           Open
 Bug Type:         Streams related
 Operating System: WinXP SP2
 PHP Version:      5.2.2
 New Comment:

In php_register_url_stream_wrapper the protocal is checked, in my case
it isn't checked. And "Should never happen" is a rather bogus comment
for a case that actually does happen, isn't it?


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

[2007-05-15 03:12:41] [EMAIL PROTECTED]

A protocol has to be A-Z 0-9 so an underscore isn't valid and is the
cause of the error.

See php_register_url_stream_wrapper in main/streams/streams.c

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

[2007-05-14 21:39:33] [EMAIL PROTECTED]

Description:
------------
When I use underscores in $protocol parameter for
stream_wrapper_register(), I get an error telling me that PHP was
"Unable to register wrapper class ...". In main/streams/userspace. this
error is thrown and one can find the comment "/* Should never happen */"
above it.

Either the comment is wrong or there should be a check for the validity
of the protocal name.



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


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

Reply via email to