]> granicus.if.org Git - php/commitdiff
Fix News
authorChristopher Jones <sixd@php.net>
Wed, 16 Jan 2013 04:38:24 +0000 (20:38 -0800)
committerChristopher Jones <sixd@php.net>
Wed, 16 Jan 2013 04:38:24 +0000 (20:38 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 8fc3d6c08a355d0e47c6db19ca5e8cfef1fdb777..a10ef4e4ce69c1fdfa3e94d3688988489751d37c 100644 (file)
--- 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: