]> granicus.if.org Git - php/commitdiff
- Drop RINIT completely (as discussed @ php|tek)
authorMarcus Boerger <helly@php.net>
Fri, 18 May 2007 04:31:39 +0000 (04:31 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 18 May 2007 04:31:39 +0000 (04:31 +0000)
ext/phar/phar.c

index f2c0e1bf6f682330b85f7bebf06ba9b55825e741..d8f3b4b5be87c5a2f781b1b4365fb7c7d4df7e68 100644 (file)
@@ -3460,14 +3460,6 @@ PHP_MSHUTDOWN_FUNCTION(phar) /* {{{ */
 }
 /* }}} */
 
-PHP_RINIT_FUNCTION(phar) /* {{{ */
-{
-       PHAR_GLOBALS->request_done = 0;
-       PHAR_GLOBALS->request_ends = 0;
-       PHAR_GLOBALS->request_init = 0;
-       return SUCCESS;
-}
-
 void phar_request_initialize(TSRMLS_D) /* {{{ */
 {
        if (!PHAR_GLOBALS->request_init)