This commit is contained in:
Marcus Boerger 2007-02-19 16:20:43 +00:00
parent 6864564797
commit 260443cdfe

View File

@ -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) /* {{{ */
{