From: Derick Rethans Date: Wed, 15 May 2002 05:25:16 +0000 (+0000) Subject: - It's bundled, thus not experimental anymore X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2f2a0a86ccfaf40d70b9b0a6d3d16fe357b885f;p=php - It's bundled, thus not experimental anymore --- diff --git a/ext/ctype/ctype.c b/ext/ctype/ctype.c index 1298298ed5..88e3f9231d 100644 --- a/ext/ctype/ctype.c +++ b/ext/ctype/ctype.c @@ -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(); } /* }}} */