summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2009-06-23 13:33:26 +0000
committerHannes Magnusson <bjori@php.net>2009-06-23 13:33:26 +0000
commit85cb296a09e450e759aeb07b5d1ecda08532b921 (patch)
tree01323295865e4ea968f0543e3f4c3ffbea79d53b /UPGRADING
parent86eaa90955dd005c6e273ed79ec4f2958e2b152f (diff)
downloadphp-git-85cb296a09e450e759aeb07b5d1ecda08532b921.tar.gz
TZ is no longer used to guess the timezone
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING7
1 files changed, 7 insertions, 0 deletions
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
==========================