TZ is no longer used to guess the timezone

This commit is contained in:
Hannes Magnusson 2009-06-23 13:33:26 +00:00
parent 86eaa90955
commit 85cb296a09

View File

@ -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
==========================