diff options
author | Hannes Magnusson <bjori@php.net> | 2009-06-23 13:33:26 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2009-06-23 13:33:26 +0000 |
commit | 85cb296a09e450e759aeb07b5d1ecda08532b921 (patch) | |
tree | 01323295865e4ea968f0543e3f4c3ffbea79d53b /UPGRADING | |
parent | 86eaa90955dd005c6e273ed79ec4f2958e2b152f (diff) | |
download | php-git-85cb296a09e450e759aeb07b5d1ecda08532b921.tar.gz |
TZ is no longer used to guess the timezone
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ========================== |