mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
These were supposed to match
This commit is contained in:
parent
1f6f91035e
commit
374a351444
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ PHP_INI_END()
|
|||
/* Uncomment this function if you have INI entries
|
||||
static void php_extname_init_globals(zend_extname_globals *extname_globals)
|
||||
{
|
||||
extname_globals->value = 0;
|
||||
extname_globals->string = NULL;
|
||||
extname_globals->global_value = 0;
|
||||
extname_globals->global_string = NULL;
|
||||
}
|
||||
*/
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue