]> granicus.if.org Git - php/commitdiff
- It's bundled, thus not experimental anymore
authorDerick Rethans <derick@php.net>
Wed, 15 May 2002 05:25:16 +0000 (05:25 +0000)
committerDerick Rethans <derick@php.net>
Wed, 15 May 2002 05:25:16 +0000 (05:25 +0000)
ext/ctype/ctype.c

index 1298298ed5d6d14ca89ceaec59ea5e9e661c9d4e..88e3f9231d2495082e817d9288c1c41cf71fae85 100644 (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();
 }
 /* }}} */