diff options
author | Christian Stocker <chregu@php.net> | 2004-01-19 17:27:22 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2004-01-19 17:27:22 +0000 |
commit | d4488ccf2d5d43e45347237665e60feb6686a618 (patch) | |
tree | bb83d6f7540ad55cd374a5e8ae40d3dcee8a62e5 /ext/xsl/xsltprocessor.c | |
parent | e4d90e60fcc4691bb99a8f171e6fb46db5da6e9d (diff) | |
download | php-git-d4488ccf2d5d43e45347237665e60feb6686a618.tar.gz |
Cosmetics and NEWS entry
Diffstat (limited to 'ext/xsl/xsltprocessor.c')
-rw-r--r-- | ext/xsl/xsltprocessor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xsl/xsltprocessor.c b/ext/xsl/xsltprocessor.c index d73702b49d..d02682e98f 100644 --- a/ext/xsl/xsltprocessor.c +++ b/ext/xsl/xsltprocessor.c @@ -46,7 +46,7 @@ zend_function_entry php_xsl_xsltprocessor_class_functions[] = { PHP_FALIAS(getParameter, xsl_xsltprocessor_get_parameter, NULL) PHP_FALIAS(removeParameter, xsl_xsltprocessor_remove_parameter, NULL) PHP_FALIAS(hasExsltSupport, xsl_xsltprocessor_has_exslt_support, NULL) - PHP_FALIAS(registerPhpFunctions, xsl_xsltprocessor_register_php_functions, NULL) + PHP_FALIAS(registerPHPFunctions, xsl_xsltprocessor_register_php_functions, NULL) {NULL, NULL, NULL} }; |