From: Hannes Magnusson Date: Tue, 23 Jun 2009 13:33:26 +0000 (+0000) Subject: TZ is no longer used to guess the timezone X-Git-Tag: php-5.3.0~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85cb296a09e450e759aeb07b5d1ecda08532b921;p=php TZ is no longer used to guess the timezone --- diff --git a/UPGRADING b/UPGRADING index 96cfa922af..ffaafb0784 100755 --- a/UPGRADING +++ b/UPGRADING @@ -13,6 +13,7 @@ UPGRADE NOTES - PHP 5.3 b. no longer maintained c. with changed behaviour d. no longer possible to disable + e. removed functionality 8. Changes in SAPI support 9. Changes in INI directives 10. Syntax additions @@ -187,6 +188,12 @@ UPGRADE NOTES - PHP 5.3 - Reflection - SPL + e. removed behaviour + + - date/time functions will no longer use the TZ environment variable to + guess which timezone should be used. + + ========================== 8. Changes in SAPI support ==========================