bjori Tue Jun 23 13:37:35 2009 UTC Modified files: (Branch: PHP_5_3) /php-src UPGRADING Log: better place for it http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.17&r2=1.1.2.3.2.1.2.18&diff_format=u Index: php-src/UPGRADING diff -u php-src/UPGRADING:1.1.2.3.2.1.2.17 php-src/UPGRADING:1.1.2.3.2.1.2.18 --- php-src/UPGRADING:1.1.2.3.2.1.2.17 Tue Jun 23 13:33:26 2009 +++ php-src/UPGRADING Tue Jun 23 13:37:35 2009 @@ -1,4 +1,4 @@ -$Id: UPGRADING,v 1.1.2.3.2.1.2.17 2009/06/23 13:33:26 bjori Exp $ +$Id: UPGRADING,v 1.1.2.3.2.1.2.18 2009/06/23 13:37:35 bjori Exp $ UPGRADE NOTES - PHP 5.3 @@ -13,7 +13,6 @@ 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 @@ -165,6 +164,9 @@ c. with changed behaviour + - datetime: date/timefunctions will no longer use the TZ environment + variable to guess which timezone should be used. + - hash: The SHA-224 hash algorithm is now supported. - oci8: Calling oci_close() on a persistent connection, or on a variable @@ -188,11 +190,6 @@ - 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