]> granicus.if.org Git - php/commitdiff
- Fix the fix
authorMarcus Boerger <helly@php.net>
Sun, 20 May 2007 22:14:07 +0000 (22:14 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 20 May 2007 22:14:07 +0000 (22:14 +0000)
ext/phar/phar.c

index 96328dc02dd0a17a154ee0b68c9078611df603a0..42df4369537eb02de973db2c82d1492f281d0504 100644 (file)
@@ -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;