summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-10-15 10:29:40 +0800
committerXinchen Hui <laruence@gmail.com>2017-10-15 10:29:40 +0800
commit481a65a0283b130117e101d6b46a71b91d0dd227 (patch)
tree1dbc67b34a3567c24be4f1ae22bebb5e74ce0414
parent9f5ed133b35c77f7f7255a786d45b8e7afac929e (diff)
downloadphp-git-481a65a0283b130117e101d6b46a71b91d0dd227.tar.gz
Update NEWS
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 35f52fc16c..f3f2429ed0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,17 +2,21 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.2.0RC5
-- Fileinfo:
- . Upgrade bundled libmagic to 5.31. (Anatol)
-
- Core:
. Fixed bug #75368 (mmap/munmap trashing on unlucky allocations). (Nikita,
Dmitry)
+- CLI:
+ . Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown
+ function). (Laruence)
+
- Exif:
. Fixed bug #75301 (Exif extension has built in revision version). (Peter
Kokot)
+- Fileinfo:
+ . Upgrade bundled libmagic to 5.31. (Anatol)
+
- Opcache:
. Fixed bug #75370 (Webserver hangs on valid PHP text). (Laruence)
. Fixed bug #75357 (segfault loading WordPress wp-admin). (Laruence)