- It's bundled, thus not experimental anymore

This commit is contained in:
Derick Rethans 2002-05-15 05:25:16 +00:00
parent 83fa712789
commit c2f2a0a86c

View File

@ -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();
}
/* }}} */