summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPopa Adrian Marius <mapopa@gmail.com>2015-12-03 17:28:51 +0200
committerPopa Adrian Marius <mapopa@gmail.com>2015-12-03 17:28:51 +0200
commita1544105974460934536dbd0d398d0330de7f444 (patch)
tree5152ba3f160f4e8120b33055f3aba58a209b83eb
parent9ddfd4906368730f7b3e15d6271f4a60190d57a8 (diff)
downloadphp-git-a1544105974460934536dbd0d398d0330de7f444.tar.gz
Add PDO_Firebird fix in NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9e85dc35db..60e7ed1eb1 100644
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,9 @@ PHP NEWS
. Fixed bug #70993 (Array key references break argument processing).
(Laruence)
+- PDO_Firebird:
+ . Fixed bug #60052 (Integer returned as a 64bit integer on X64_86). (Mariuz)
+
03 Dec 2015, PHP 7.0.0
- Core: