sebastian Tue Jan 29 21:21:28 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xsl xsltprocessor.c Log: MFH: Fix arginfo and prototype. http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.12&r2=1.39.2.2.2.13&diff_format=u Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src/ext/xsl/xsltprocessor.c:1.39.2.2.2.12 php-src/ext/xsl/xsltprocessor.c:1.39.2.2.2.13 --- php-src/ext/xsl/xsltprocessor.c:1.39.2.2.2.12 Tue Jan 29 07:51:46 2008 +++ php-src/ext/xsl/xsltprocessor.c Tue Jan 29 21:21:28 2008 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: xsltprocessor.c,v 1.39.2.2.2.12 2008/01/29 07:51:46 sebastian Exp $ */ +/* $Id: xsltprocessor.c,v 1.39.2.2.2.13 2008/01/29 21:21:28 sebastian Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -74,6 +74,7 @@ static ZEND_BEGIN_ARG_INFO_EX(arginfo_xsl_xsltprocessor_register_php_functions, 0, 0, 0) + ZEND_ARG_INFO(0, restrict) ZEND_END_ARG_INFO(); /* }}} */ @@ -773,7 +774,7 @@ } /* }}} end xsl_xsltprocessor_remove_parameter */ -/* {{{ proto void xsl_xsltprocessor_register_php_functions(); +/* {{{ proto void xsl_xsltprocessor_register_php_functions([mixed $restrict]); */ PHP_FUNCTION(xsl_xsltprocessor_register_php_functions) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php