- Removed the RETURN_TRUE to keep consistency with documentation. This function

is supposed to be "void registerPHPFunctions"
This commit is contained in:
David Coallier 2009-05-10 19:59:47 +00:00
parent 0cb1c2797f
commit 0204349438

View File

@ -814,7 +814,6 @@ PHP_FUNCTION(xsl_xsltprocessor_register_php_functions)
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, "s", &name, &name_len) == SUCCESS) {
intern = (xsl_object *)zend_object_store_get_object(id TSRMLS_CC);