mirror of
https://github.com/php/php-src.git
synced 2025-01-12 22:14:41 +08:00
- WS/CS
This commit is contained in:
parent
6864564797
commit
260443cdfe
@ -173,7 +173,7 @@ static void php_info_print_stream_hash(const char *name, HashTable *ht TSRMLS_DC
|
||||
php_info_print_table_row(2, name, "disabled");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
PHPAPI void php_info_print_module(zend_module_entry *module TSRMLS_DC) /* {{{ */
|
||||
{
|
||||
if (module->info_func) {
|
||||
@ -197,7 +197,7 @@ PHPAPI void php_info_print_module(zend_module_entry *module TSRMLS_DC) /* {{{ */
|
||||
}
|
||||
}
|
||||
}
|
||||
/* }}}*/
|
||||
/* }}} */
|
||||
|
||||
static int _display_module_info_func(zend_module_entry *module TSRMLS_DC) /* {{{ */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user