summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 05929c548b..a3c471c319 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -517,6 +517,11 @@ PHP 8.0 UPGRADE NOTES
. Introduce DOMParentNode and DOMChildNode with new traversal and manipulation APIs
RFC: https://wiki.php.net/rfc/dom_living_standard_api
+- Opcache:
+ . If the opcache.record_warnings ini setting is enabled, opcache will record
+ compile-time warnings and replay them on the next include, even if it is
+ served from cache.
+
- Zip:
. Extension updated to version 1.19.0
. New ZipArchive::lastId property to get index value of last added entry.