From: foobar Date: Sun, 3 Jul 2005 15:39:48 +0000 (+0000) Subject: function style X-Git-Tag: php-5.1.0b3~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b440eb4b452bf7fddfa84b13f2ddbf4e2e706581;p=php function style --- diff --git a/NEWS b/NEWS index a1837ffe5d..bbe96ef5e6 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP NEWS ?? ??? 2005, PHP 5.1 Beta 3 - Upgraded bundled SQLite library for PDO:SQLite to 3.2.2 (Ilia) - Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql. (Ilia) -- Added "date_timezone_set" function to set the timezone that the date +- Added date_timezone_set() function to set the timezone that the date functions will use. (Derick) - Implemented feature request #33452 (Year belonging to ISO week). (Derick) - Fixed bug #33523 (Memory leak in xmlrpc_encode_request()). (Ilia)