bjori Tue Jun 23 13:33:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src UPGRADING Log: TZ is no longer used to guess the timezone http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.16&r2=1.1.2.3.2.1.2.17&diff_format=u Index: php-src/UPGRADING diff -u php-src/UPGRADING:1.1.2.3.2.1.2.16 php-src/UPGRADING:1.1.2.3.2.1.2.17 --- php-src/UPGRADING:1.1.2.3.2.1.2.16 Tue Jun 23 11:13:05 2009 +++ php-src/UPGRADING Tue Jun 23 13:33:26 2009 @@ -1,4 +1,4 @@ -$Id: UPGRADING,v 1.1.2.3.2.1.2.16 2009/06/23 11:13:05 bjori Exp $ +$Id: UPGRADING,v 1.1.2.3.2.1.2.17 2009/06/23 13:33:26 bjori Exp $ UPGRADE NOTES - PHP 5.3 @@ -13,6 +13,7 @@ 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 @@ - 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 ==========================
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php