File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ ext/iconv/php_iconv.h ident
33ext /ext_skel.php ident
44ext /phar /phar /pharcommand.inc ident
55ext /phar /phar.c ident
6- ext /enchant /enchant.c ident
76ext /oci8 /oci8.c ident
87ext /dba /libinifile /inifile.c ident
98ext /dba /libflatfile /flatfile.c ident
Original file line number Diff line number Diff line change 1515 | Author: Pierre-Alain Joye <paj@pearfr.org> |
1616 | Ilia Alshanetsky <ilia@prohost.org> |
1717 +----------------------------------------------------------------------+
18-
19- $Id$
2018*/
2119
2220#ifdef HAVE_CONFIG_H
@@ -316,8 +314,7 @@ PHP_MINFO_FUNCTION(enchant)
316314
317315 pbroker = enchant_broker_init ();
318316 php_info_print_table_start ();
319- php_info_print_table_header (2 , "enchant support" , "enabled" );
320- php_info_print_table_row (2 , "Version" , PHP_ENCHANT_VERSION );
317+ php_info_print_table_row (2 , "enchant support" , "enabled" );
321318#ifdef ENCHANT_VERSION_STRING
322319 php_info_print_table_row (2 , "Libenchant Version" , ENCHANT_VERSION_STRING );
323320#elif defined(HAVE_ENCHANT_BROKER_SET_PARAM )
You can’t perform that action at this time.
0 commit comments