From: Marcus Boerger Date: Wed, 16 May 2007 23:20:31 +0000 (+0000) Subject: - Get rid of RINIT completely X-Git-Tag: RELEASE_1_2_0~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4313bce995262ce7b80fa3a9991bfd48a4c7607b;p=php - Get rid of RINIT completely --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index fcc40a34b5..f2c0e1bf6f 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -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,