We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff6e26 commit bdc0acdCopy full SHA for bdc0acd
ext/intl/php_intl.c
@@ -479,6 +479,7 @@ PHP_MINFO_FUNCTION( intl )
479
php_info_print_table_start();
480
php_info_print_table_header( 2, "Internationalization support", "enabled" );
481
php_info_print_table_row( 2, "version", INTL_MODULE_VERSION );
482
+ php_info_print_table_row( 2, "ICU version", U_ICU_VERSION );
483
php_info_print_table_end();
484
485
//For the default locale php.ini setting
0 commit comments