diff --git a/ext/phar/phar.c b/ext/phar/phar.c index fcc40a34b57..f2c0e1bf6f6 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,