derick Tue, 13 Sep 2011 14:57:58 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316646
Log:
- Document changes in upgrading.
Changed paths:
U php/php-src/branches/PHP_5_4/UPGRADING
Modified: php/php-src/branches/PHP_5_4/UPGRADING
===================================================================
--- php/php-src/branches/PHP_5_4/UPGRADING 2011-09-13 14:56:57 UTC (rev
316645)
+++ php/php-src/branches/PHP_5_4/UPGRADING 2011-09-13 14:57:58 UTC (rev
316646)
@@ -82,15 +82,16 @@
- 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 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php