diff options
author | Derick Rethans <derick@php.net> | 2001-11-22 07:49:46 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-11-22 07:49:46 +0000 |
commit | 09fb81a8f3ba7c76d8442be0c517d145c80bd833 (patch) | |
tree | 7880ddabec895f2ca85528fb3fd731c043b32a0e | |
parent | 21ff8ec81958373962989c0f01c191ce1bc18abd (diff) | |
download | php-git-09fb81a8f3ba7c76d8442be0c517d145c80bd833.tar.gz |
- MFH for crash bug #14169
#- IMO, this should be included in the release. The fix has little impact
# on the release in a whole.
-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 38a5ee7298..d9648b6fc9 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} }; /* }}} */ |