From: Stanislav Malyshev Date: Thu, 16 Aug 2007 23:54:24 +0000 (+0000) Subject: fix proto X-Git-Tag: php-5.2.4RC2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b021ac2fa9ad8945eac9ceaa9274d8c77597a12;p=php fix proto --- diff --git a/main/streams/userspace.c b/main/streams/userspace.c index b6890cf42b..e4901ffe54 100644 --- a/main/streams/userspace.c +++ b/main/streams/userspace.c @@ -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) {