summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-11-28 17:59:16 +0100
committerRemi Collet <remi@php.net>2017-11-28 17:59:16 +0100
commit26656684eacfaf386fcecc461ab49b9b6086c635 (patch)
treed1d2cf3723f9f6838577e87b7ecbd32bb404bd2c
parent8e5b9532da0308c50c9cb316e9fda530becdc543 (diff)
downloadphp-git-26656684eacfaf386fcecc461ab49b9b6086c635.tar.gz
NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fd54b0376c..57ae593b44 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ PHP NEWS
. Fixed bug #75384 (PHP seems incompatible with OneDrive files on demand).
(Anatol)
+- FPM:
+ . Fixed bug #64938 (libxml_disable_entity_loader setting is shared between
+ requests). (Remi)
+
- PCRE:
. Fixed bug #74183 (preg_last_error not returning error code after error).
(Andrew Nester)