]> granicus.if.org Git - php/commitdiff
MFH
authorArnaud Le Blanc <lbarnaud@php.net>
Mon, 24 Nov 2008 19:17:34 +0000 (19:17 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Mon, 24 Nov 2008 19:17:34 +0000 (19:17 +0000)
ext/standard/basic_functions.c

index 2764c86462ed241f0bc0f674b3db60762a479657..2fc372fb4ed00d3ce333a760f7e4788c0ec0813c 100644 (file)
@@ -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;