Skip to content

Commit bdc0acd

Browse files
committed
add icu version to phpinfo
1 parent 9ff6e26 commit bdc0acd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/intl/php_intl.c

+1
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ PHP_MINFO_FUNCTION( intl )
479479
php_info_print_table_start();
480480
php_info_print_table_header( 2, "Internationalization support", "enabled" );
481481
php_info_print_table_row( 2, "version", INTL_MODULE_VERSION );
482+
php_info_print_table_row( 2, "ICU version", U_ICU_VERSION );
482483
php_info_print_table_end();
483484

484485
//For the default locale php.ini setting

0 commit comments

Comments
 (0)