|
|
|
@ -911,6 +911,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)); |
|
|
|
|