1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

- Fix for bug #14169

This commit is contained in:
Derick Rethans
2001-11-22 07:48:59 +00:00
parent 2cbd22b9c8
commit 3eded520ef

View File

@@ -89,6 +89,7 @@ function_entry xslt_functions[] = {
PHP_FE(xslt_error, NULL)
PHP_FE(xslt_errno, NULL)
PHP_FE(xslt_free, NULL)
{NULL, NULL, NULL}
};
/* }}} */