summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bd3a10adfa..a8b4bf3657 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ PHP NEWS
. Fixed bug #72964 (White space not unfolded for CC/Bcc headers). (cmb)
. Fixed bug #80391 (Iterable not covariant to mixed). (Nikita)
+- Opcache:
+ . Fixed bug #80404 (Incorrect range inference result when division results
+ in float). (Nikita)
+
- Tidy:
. Fixed bug #77594 (ob_tidyhandler is never reset). (cmb)