]> granicus.if.org Git - php/commitdiff
fix proto
authorStanislav Malyshev <stas@php.net>
Thu, 16 Aug 2007 23:53:40 +0000 (23:53 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 16 Aug 2007 23:53:40 +0000 (23:53 +0000)
main/streams/userspace.c

index dfc29009425077bfe3643a601f2d3fa734c571ad..0022b44e077fb4b692a21e60a06b889a51ff9fed 100644 (file)
@@ -443,7 +443,7 @@ static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, char *filen
 }
 
 
-/* {{{ proto bool stream_wrapper_register(string protocol, string classname)
+/* {{{ proto bool stream_wrapper_register(string protocol, string classname[, integer flags])
    Registers a custom URL protocol handler class */
 PHP_FUNCTION(stream_wrapper_register)
 {