From: Remi Collet <remi@php.net>
Date: Mon, 27 Oct 2014 06:47:18 +0000 (+0100)
Subject: NEWS
X-Git-Tag: php-5.5.19RC1~3
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88527e456951d13a681fbef65984bc3c4907fded;p=php

NEWS
---

diff --git a/NEWS b/NEWS
index abcaa7b461..c7fd7afe4a 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP                                                                        NEWS
 - GD:
   . Fixed bug #65171 (imagescale() fails without height param). (Remi)
 
+- GMP:
+  . Fixed bug #63595 (GMP memory management conflicts with other libraries
+    using GMP). (Remi)
+
 - Mysqli:
   . Fixed bug #68114 (linker error on some OS X machines with fixed width
     decimal support) (Keyur Govande)