From: Marcus Boerger Date: Sun, 20 May 2007 22:14:07 +0000 (+0000) Subject: - Fix the fix X-Git-Tag: RELEASE_1_4~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e1ba8bffbe2ba498b1e88274fc2cef4a9f6e59c;p=php - Fix the fix --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 96328dc02d..42df436953 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -3483,7 +3483,7 @@ PHP_RSHUTDOWN_FUNCTION(phar) /* {{{ */ zend_hash_destroy(&(PHAR_GLOBALS->phar_alias_map)); zend_hash_destroy(&(PHAR_GLOBALS->phar_fname_map)); zend_hash_destroy(&(PHAR_GLOBALS->phar_plain_map)); - PHAR_GLOBALS->request_done = 0; + PHAR_GLOBALS->request_init = 0; } PHAR_GLOBALS->request_done = 1; return SUCCESS;