mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Compat fix
This commit is contained in:
parent
d31604997b
commit
2f4ed252de
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ PHPAPI void display_ini_entries(zend_module_entry *module)
|
|||
}
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_header(3, "Directive", "Local Value", "Master Value");
|
||||
zend_hash_apply_with_argument(&EG(ini_directives), (apply_func_arg_t) php_ini_displayer, (void *) (long) module_number TSRMLS_CC);
|
||||
zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_displayer, (void *) (long) module_number TSRMLS_CC);
|
||||
php_info_print_table_end();
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue