]> granicus.if.org Git - php/commitdiff
- Get rid of RINIT completely
authorMarcus Boerger <helly@php.net>
Wed, 16 May 2007 23:20:31 +0000 (23:20 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 16 May 2007 23:20:31 +0000 (23:20 +0000)
ext/phar/phar.c

index fcc40a34b57279d5ac58be8b3119206164e7c845..f2c0e1bf6f682330b85f7bebf06ba9b55825e741 100644 (file)
@@ -3548,7 +3548,7 @@ zend_module_entry phar_module_entry = {
        phar_functions,
        PHP_MINIT(phar),
        PHP_MSHUTDOWN(phar),
-       PHP_RINIT(phar),
+       NULL,
        PHP_RSHUTDOWN(phar),
        PHP_MINFO(phar),
        PHAR_EXT_VERSION_STR,