rasmus Fri, 28 Oct 2011 16:37:41 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=318527
Log: typo Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING =================================================================== --- php/php-src/branches/PHP_5_4/UPGRADING 2011-10-28 16:21:50 UTC (rev 318526) +++ php/php-src/branches/PHP_5_4/UPGRADING 2011-10-28 16:37:41 UTC (rev 318527) @@ -370,7 +370,7 @@ - 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".
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php