summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-10-27 07:51:50 +0100
committerRemi Collet <remi@php.net>2014-10-27 07:51:50 +0100
commitcc91072f0ef69b5884f23eb758ef6e12e8858034 (patch)
tree2498d78773cf02b10f95db8a38d7092aa9f9071f
parent0146505187089ceba5afe422c80320809ae4942a (diff)
downloadphp-git-cc91072f0ef69b5884f23eb758ef6e12e8858034.tar.gz
NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2b68ac1493..5f9e41d065 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,8 @@ PHP NEWS
- GMP:
. Implemented gmp_random_range() and gmp_random_bits(). (Leigh)
+ . Fixed bug #63595 (GMP memory management conflicts with other libraries
+ using GMP). (Remi)
- Reflection:
. Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)