diff options
author | Remi Collet <remi@php.net> | 2014-10-27 07:51:50 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-10-27 07:51:50 +0100 |
commit | cc91072f0ef69b5884f23eb758ef6e12e8858034 (patch) | |
tree | 2498d78773cf02b10f95db8a38d7092aa9f9071f | |
parent | 0146505187089ceba5afe422c80320809ae4942a (diff) | |
download | php-git-cc91072f0ef69b5884f23eb758ef6e12e8858034.tar.gz |
NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |