1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00
This commit is contained in:
Rasmus Lerdorf
2011-10-28 16:37:41 +00:00
parent a5eadee8b6
commit 7002ec3723

View File

@@ -370,7 +370,7 @@ UPGRADE NOTES - PHP 5.4
- Setting the timezone with the TZ environment variable is no longer
supported, instead date.timezone and/or date_default_timezone_set()
have to be used.
- The extension will no longer guesses the default timezone if none
- The extension will no longer guess the default timezone if none
is set with date.timezone and/or date_default_timezone_set().
Instead it will always fall back to "UTC".