diff options
author | Derick Rethans <github@derickrethans.nl> | 2017-08-16 09:51:28 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2017-08-16 09:51:28 +0100 |
commit | 4dc8f4f9d16f049f5da3dd13cacb96e0d0306736 (patch) | |
tree | b52ed1767823604b6223b903054ce7db8fd383c0 | |
parent | 44209573e3c5529c4fcff3b5f0408a31b5a66412 (diff) | |
parent | 7829f9b1d23266034facedcf9200925c593f49c1 (diff) | |
download | php-git-4dc8f4f9d16f049f5da3dd13cacb96e0d0306736.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
-rw-r--r-- | ext/date/php_date.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 9188b29470..d378d47be5 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -922,6 +922,7 @@ PHP_MINFO_FUNCTION(date) php_info_print_table_start(); php_info_print_table_row(2, "date/time support", "enabled"); + php_info_print_table_row(2, "timelib version", TIMELIB_ASCII_VERSION); php_info_print_table_row(2, "\"Olson\" Timezone Database Version", tzdb->version); php_info_print_table_row(2, "Timezone Database", php_date_global_timezone_db_enabled ? "external" : "internal"); php_info_print_table_row(2, "Default timezone", guess_timezone(tzdb)); |