summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2011-09-13 14:57:58 +0000
committerDerick Rethans <derick@php.net>2011-09-13 14:57:58 +0000
commitb52082b3093cbd9857728f7e6c7036b1e0c6198e (patch)
tree279ef54d1a6b92ee85c8a5f30e1f860d4d715107 /UPGRADING
parent4c8ee2456321df05c6cbd5d8ff61b2ed97e60d90 (diff)
downloadphp-git-b52082b3093cbd9857728f7e6c7036b1e0c6198e.tar.gz
- Document changes in upgrading.
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING12
1 files changed, 10 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index eafef8e02e..d7fa702394 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -82,15 +82,16 @@ UPGRADE NOTES - PHP X.Y
- safe_mode_protected_env_vars
- zend.ze1_compatibility_mode
+
=============================
2. Reserved words and classes
=============================
-
-=============================
+===================================
3. Changes made to engine behaviour
-=============================
+===================================
- Turning null, false or empty string into an object by adding a property
will now emit a warning instead of an E_STRICT error.
@@ -330,6 +331,13 @@ UPGRADE NOTES - PHP X.Y
remote SNMP agent (peer) is done by extension now, not by Net-SNMP
library anymore.
+ - Date extension
+ - 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
+ is set with date.timezone and/or date_default_timezone_set().
+ Instead it will always fall back to "UTC".
d. no longer possible to disable