From: Arnaud Le Blanc Date: Mon, 24 Nov 2008 19:17:34 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.3.0alpha2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3f0c8dd3c8e5702b49fd44d768c7622a7e9ee9f;p=php MFH --- 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;