mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Added automatic module globals management
This commit is contained in:
parent
c3ed91477a
commit
1dbaae2795
42 changed files with 375 additions and 334 deletions
|
@ -77,7 +77,6 @@ static void php_extname_init_globals(zend_extname_globals *extname_globals)
|
|||
PHP_MINIT_FUNCTION(extname)
|
||||
{
|
||||
/* If you have INI entries, uncomment these lines
|
||||
ZEND_INIT_MODULE_GLOBALS(extname, php_extname_init_globals, NULL);
|
||||
REGISTER_INI_ENTRIES();
|
||||
*/
|
||||
return SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue