Browse Source

- It's bundled, thus not experimental anymore

experimental/new_ui_api
Derick Rethans 25 years ago
parent
commit
c2f2a0a86c
  1. 2
      ext/ctype/ctype.c

2
ext/ctype/ctype.c

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

Loading…
Cancel
Save