From 09fb81a8f3ba7c76d8442be0c517d145c80bd833 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 22 Nov 2001 07:49:46 +0000 Subject: [PATCH] - MFH for crash bug #14169 #- IMO, this should be included in the release. The fix has little impact # on the release in a whole. --- ext/xslt/sablot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/xslt/sablot.c b/ext/xslt/sablot.c index 38a5ee7298039..d9648b6fc99c3 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} }; /* }}} */