stas Thu Aug 16 23:53:40 2007 UTC
Modified files:
/php-src/main/streams userspace.c
Log:
fix proto
http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.43&r2=1.44&diff_format=u
Index: php-src/main/streams/userspace.c
diff -u php-src/main/streams/userspace.c:1.43
php-src/main/streams/userspace.c:1.44
--- php-src/main/streams/userspace.c:1.43 Tue Jul 3 10:22:55 2007
+++ php-src/main/streams/userspace.c Thu Aug 16 23:53:40 2007
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: userspace.c,v 1.43 2007/07/03 10:22:55 dmitry Exp $ */
+/* $Id: userspace.c,v 1.44 2007/08/16 23:53:40 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