]> granicus.if.org Git - php/commit
BugFix #32563
authorSara Golemon <pollita@php.net>
Mon, 4 Apr 2005 19:34:32 +0000 (19:34 +0000)
committerSara Golemon <pollita@php.net>
Mon, 4 Apr 2005 19:34:32 +0000 (19:34 +0000)
commit51852db0df8c8f0b7f594d74c85806ba3b12b69e
tree5de0924f1cebb43e475224184c83a8bf66685f09
parent760439567ad05beda0ec990daeaf09e2985db44f
BugFix #32563

This could have been done in stream_wrapper_register()
without introducing the slight performance hit on
wrapper registration since anyone registering a wrapper
in an extension should know better.

The important thing is that since locate_wrapper makes
the assumption that all schemes will be /^[a-z0-9+.-]+$/i
Anything which registers them should make the same assumption as well.
main/streams/streams.c