mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- It's bundled, thus not experimental anymore
This commit is contained in:
parent
83fa712789
commit
c2f2a0a86c
@ -84,7 +84,7 @@ ZEND_GET_MODULE(ctype)
|
||||
PHP_MINFO_FUNCTION(ctype)
|
||||
{
|
||||
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();
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
Reference in New Issue
Block a user