From: foobar Date: Thu, 7 Jul 2005 08:42:53 +0000 (+0000) Subject: reorder. Also: Documentation belongs elsewhere :) X-Git-Tag: php-5.1.0b3~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27caee32bd753965411ebc44a1bd75f49d962883;p=php reorder. Also: Documentation belongs elsewhere :) --- diff --git a/NEWS b/NEWS index 1860af4e2f..a6e4c98fc0 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,12 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2005, PHP 5.1 Beta 3 -- Fixed support for shared extensions on AIX. Now CLI/CGI PHP binaries are - compiled with runtime linker. Shared extensions are compiled as .so (ready - for runtime linking). To support shared extensions Apache/Apache2 must be - linked with -brtl too. (Dmitry) - 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 functions will use. (Derick) - Implemented feature request #33452 (Year belonging to ISO week). (Derick) +- Fixed support for shared extensions on AIX. (Dmitry) - Fixed memory corruption in pg_copy_from() in case the as_null parameter was passed. (Derick) - Fixed crash inside stream_get_line() when length parameter equals 0. (Ilia)