stas Thu Aug 16 23:54:24 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main/streams userspace.c
Log:
fix proto
http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.31.2.3.2.6&r2=1.31.2.3.2.7&diff_format=u
Index: php-src/main/streams/userspace.c
diff -u php-src/main/streams/userspace.c:1.31.2.3.2.6
php-src/main/streams/userspace.c:1.31.2.3.2.7
--- php-src/main/streams/userspace.c:1.31.2.3.2.6 Mon Jul 9 17:27:24 2007
+++ php-src/main/streams/userspace.c Thu Aug 16 23:54:24 2007
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: userspace.c,v 1.31.2.3.2.6 2007/07/09 17:27:24 dmitry Exp $ */
+/* $Id: userspace.c,v 1.31.2.3.2.7 2007/08/16 23:54:24 stas Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -443,7 +443,7 @@
}
-/* {{{ 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)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php