Skip to content

Commit 94a4e0f

Browse files
committed
Fix News
1 parent 142c40f commit 94a4e0f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

NEWS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ PHP NEWS
2929
. Fixed bug #63921 (sqlite3::bindvalue and relative PHP functions aren't
3030
using sqlite3_*_int64 API). (srgoogleguy, Lars)
3131

32-
- PDO_sqlite:
33-
. Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
34-
on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
32+
- PDO_OCI
3533
. Fixed bug #57702 (Multi-row BLOB fetches). (hswong3i, Laruence)
3634
. Fixed bug #52958 (Segfault in PDO_OCI on cleanup after running a long
3735
testsuite). (hswong3i, Lars)
3836

37+
- PDO_sqlite:
38+
. Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
39+
on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
40+
3941
?? ??? 2012, PHP 5.4.11
4042

4143
- Core:

0 commit comments

Comments
 (0)