From: Christopher Jones Date: Wed, 16 Jan 2013 04:38:24 +0000 (-0800) Subject: Fix News X-Git-Tag: php-5.4.12RC1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94a4e0f8235b165b0b72f91656db1f4059e8c176;p=php Fix News --- diff --git a/NEWS b/NEWS index 8fc3d6c08a..a10ef4e4ce 100644 --- a/NEWS +++ b/NEWS @@ -29,13 +29,15 @@ PHP NEWS . Fixed bug #63921 (sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API). (srgoogleguy, Lars) -- PDO_sqlite: - . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even - on 64bit builds in pdo_sqlite). (srgoogleguy, Lars) +- PDO_OCI . Fixed bug #57702 (Multi-row BLOB fetches). (hswong3i, Laruence) . Fixed bug #52958 (Segfault in PDO_OCI on cleanup after running a long testsuite). (hswong3i, Lars) +- PDO_sqlite: + . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even + on 64bit builds in pdo_sqlite). (srgoogleguy, Lars) + ?? ??? 2012, PHP 5.4.11 - Core: