summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 541f16ea55..a2e0976b5c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ PHP NEWS
- Core:
. Fixed bug #78212 (Segfault in built-in webserver). (cmb)
+- Libxml:
+ . Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
+ requests (cgi-fcgi)). (Nikita)
+
+- Opcache:
+ . Fixed bug #78271 (Invalid result of if-else). (Nikita)
+
- Recode:
. Unbundled the recode extension. (cmb)