summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPopa Adrian Marius <mapopa@gmail.com>2015-12-03 17:23:56 +0200
committerPopa Adrian Marius <mapopa@gmail.com>2015-12-03 17:23:56 +0200
commita90ce6de3116bf6f26bb95533101171f659aa405 (patch)
tree9917ec397d1f0871f9d2caf426da082fd324735c
parent8da575231101e240db0670cd9f3105e9cb07e071 (diff)
downloadphp-git-a90ce6de3116bf6f26bb95533101171f659aa405.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 f49ea8ff3e..34f2529497 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,9 @@ PHP NEWS
. Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number
of parameters). (Laruence)
+- PDO_Firebird:
+ . Fixed bug #60052 (Integer returned as a 64bit integer on X64_86). (Mariuz)
+
26 Nov 2015, PHP 5.6.16
- Core: