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

index b6890cf42b10a24c72fd8cc8bf105b9cdf00087c..e4901ffe540831dfe3106cd06539f349d6f5c0b6 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)
 {