From c3f0c8dd3c8e5702b49fd44d768c7622a7e9ee9f Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Mon, 24 Nov 2008 19:17:34 +0000 Subject: [PATCH] MFH --- ext/standard/basic_functions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 2764c86462..2fc372fb4e 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -3677,6 +3677,7 @@ PHP_RINIT_FUNCTION(basic) /* {{{ */ memset(BG(strtok_table), 0, 256); BG(strtok_string) = NULL; BG(strtok_zval) = NULL; + BG(strtok_last) = NULL; BG(locale_string) = NULL; BG(array_walk_fci) = empty_fcall_info; BG(array_walk_fci_cache) = empty_fcall_info_cache; -- 2.50.1