|
|
|
@ -747,12 +747,12 @@ PHP_GINIT_FUNCTION(basic) |
|
|
|
|
|
|
|
PHP_MINFO_FUNCTION(basic) |
|
|
|
{ |
|
|
|
php_info_print_table_start(); |
|
|
|
php_info_print_table_start(); |
|
|
|
PHP_MINFO(regex)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU); |
|
|
|
PHP_MINFO(dl)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU); |
|
|
|
PHP_MINFO(mail)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU); |
|
|
|
php_info_print_table_end(); |
|
|
|
PHP_MINFO(assert)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU); |
|
|
|
php_info_print_table_end(); |
|
|
|
} |
|
|
|
|
|
|
|
/* {{{ proto int ip2long(string ip_address) |
|
|
|
|