From c2f2a0a86ccfaf40d70b9b0a6d3d16fe357b885f Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 15 May 2002 05:25:16 +0000 Subject: [PATCH] - It's bundled, thus not experimental anymore --- ext/ctype/ctype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } /* }}} */ -- 2.50.1