|
|
@ -84,7 +84,7 @@ ZEND_GET_MODULE(ctype) |
|
|
PHP_MINFO_FUNCTION(ctype) |
|
|
PHP_MINFO_FUNCTION(ctype) |
|
|
{ |
|
|
{ |
|
|
php_info_print_table_start(); |
|
|
php_info_print_table_start(); |
|
|
php_info_print_table_row(2, "ctype functions", "enabled (experimental)"); |
|
|
|
|
|
|
|
|
php_info_print_table_row(2, "ctype functions", "enabled"); |
|
|
php_info_print_table_end(); |
|
|
php_info_print_table_end(); |
|
|
} |
|
|
} |
|
|
/* }}} */ |
|
|
/* }}} */ |
|
|
|