From: Arnaud Le Blanc Date: Mon, 24 Nov 2008 19:17:56 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.7RC5~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90f9f11fbe4afee21b163fa7b6cac46b0974c95b;p=php MFH --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 4d9120d4ec..4b9fc45101 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -4131,6 +4131,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(user_compare_func_name) = NULL; BG(array_walk_func_name) = NULL;