From: Rasmus Lerdorf Date: Fri, 28 Oct 2011 16:37:41 +0000 (+0000) Subject: typo X-Git-Tag: php-5.4.0RC1~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7002ec3723ef20fe6ceb794dc0d39360bc332aa9;p=php typo --- diff --git a/UPGRADING b/UPGRADING index caeb392664..3b44fbf176 100755 --- a/UPGRADING +++ b/UPGRADING @@ -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".