zeev Sun Dec 18 15:47:04 2005 EDT
Modified files:
/php-src/ext/spl php_spl.c
Log:
Prototype fix (MFB)
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.79&r2=1.80&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.79 php-src/ext/spl/php_spl.c:1.80
--- php-src/ext/spl/php_spl.c:1.79 Sun Dec 18 15:41:22 2005
+++ php-src/ext/spl/php_spl.c Sun Dec 18 15:47:03 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_spl.c,v 1.79 2005/12/18 15:41:22 zeev Exp $ */
+/* $Id: php_spl.c,v 1.80 2005/12/18 15:47:03 zeev Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -302,7 +302,7 @@
}
} /* }}} */
-/* {{{ proto void string spl_autoload_extensions([string file_extensions])
+/* {{{ proto string spl_autoload_extensions([string file_extensions])
Register and return default file extensions for spl_autoload */
PHP_FUNCTION(spl_autoload_extensions)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php