davidc Sun May 10 20:00:59 2009 UTC
Modified files:
/php-src/ext/xsl xsltprocessor.c
Log:
- MFB: Removed the RETURN_TRUE to keep consistency with documentation.
This function is supposed to be "void registerPHPFunctions"
http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.74&r2=1.75&diff_format=u
Index: php-src/ext/xsl/xsltprocessor.c
diff -u php-src/ext/xsl/xsltprocessor.c:1.74
php-src/ext/xsl/xsltprocessor.c:1.75
--- php-src/ext/xsl/xsltprocessor.c:1.74 Sun May 10 15:12:32 2009
+++ php-src/ext/xsl/xsltprocessor.c Sun May 10 20:00:58 2009
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: xsltprocessor.c,v 1.74 2009/05/10 15:12:32 felipe Exp $ */
+/* $Id: xsltprocessor.c,v 1.75 2009/05/10 20:00:58 davidc Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -847,7 +847,6 @@
zend_hash_move_forward(Z_ARRVAL_P(array_value));
}
intern->registerPhpFunctions = 2;
- RETURN_TRUE;
} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET,
ZEND_NUM_ARGS() TSRMLS_CC, "t", &name, &name_len, &name_type) == SUCCESS) {
intern = (xsl_object *)zend_object_store_get_object(id
TSRMLS_CC);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php