summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-03-12 13:47:10 +0100
committerRemi Collet <remi@php.net>2014-03-12 13:47:10 +0100
commit081e2b99285b362dd036443f244ce8192603b2a4 (patch)
tree48161cb0d52330117a8e469ad0b1e1a732e30081
parentc8c1205d84b37608901b9e588ceff566d1fa63eb (diff)
downloadphp-git-081e2b99285b362dd036443f244ce8192603b2a4.tar.gz
NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 13e2458360..38f1a43f9d 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,7 @@ PHP NEWS
- GD:
. Fixed bug #66815 (imagecrop(): insufficient fix for NULL defer
CVE-2013-7327). (Tomas Hoger, Remi).
+ . Fixed #66890 (Bug #66890 imagescale segfault). (Remi)
- Hash:
. Fixed bug #66698 (Missing FNV1a32 and FNV1a64 hash functions).