diff options
-rw-r--r-- | ext/xslt/sablot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xslt/sablot.c b/ext/xslt/sablot.c index 4e00b496ee..7902d4f1b7 100644 --- a/ext/xslt/sablot.c +++ b/ext/xslt/sablot.c @@ -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} }; /* }}} */ |