summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-11-14 10:58:27 +0100
committerRemi Collet <remi@php.net>2014-11-14 10:58:27 +0100
commit063a06b8e569b1256f94b62154f17b234201a86f (patch)
treeb65f98e5e6f1852f59edcf2ba07631ed7d730040
parent1b156207446e0c5ec8a9476ad0966b5daa82f516 (diff)
downloadphp-git-063a06b8e569b1256f94b62154f17b234201a86f.tar.gz
NEWS for 1b156207446e0c5ec8a9476ad0966b5daa82f516
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 379336c4c3..ce4da51be6 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ PHP NEWS
. Fixed bug #68104 (Segfault while pre-evaluating a disabled function).
(Laruence)
+GMP:
+ . Fixed bug #68419 (build error with gmp 4.1). (Remi)
+
- PDO_pgsql:
. Fixed bug #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception
when not in transaction) (Matteo)