summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-12-26 08:35:08 +0100
committerRemi Collet <remi@php.net>2014-12-26 08:35:08 +0100
commit76d6c4f9ec37558f5aa95e2325e5b9360bfe129e (patch)
tree4ba4a2af743a6e5a2152704be94c55bc1aa5b9db
parentfaba23015363d608b3e21a120ac323bbd2e729e9 (diff)
downloadphp-git-76d6c4f9ec37558f5aa95e2325e5b9360bfe129e.tar.gz
NEWS
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6f62686be5..6c9da40fa6 100644
--- a/NEWS
+++ b/NEWS
@@ -28,10 +28,11 @@ PHP NEWS
. Fixed bug #68398 (msooxml matches too many archives). (Anatol)
- FPM:
- . Fix request #68526 (Implement POSIX Access Control List for UDS). (Remi)
+ . Fixed request #68526 (Implement POSIX Access Control List for UDS). (Remi)
- GD:
. Fixed bug #68601 (buffer read overflow in gd_gif_in.c). (Jan Bee, Remi)
+ . Fixed request #68656 (Report gd library version). (Remi)
- mbstring:
. Fixed bug #68504 (--with-libmbfl configure option not present on Windows).