]> granicus.if.org Git - php/commitdiff
[ci skip] Move OPcache configure option changes
authorPeter Kokot <peterkokot@gmail.com>
Thu, 7 Feb 2019 23:31:25 +0000 (00:31 +0100)
committerPeter Kokot <peterkokot@gmail.com>
Thu, 7 Feb 2019 23:31:25 +0000 (00:31 +0100)
UPGRADING
UPGRADING.INTERNALS

index c394f2b82e9dc45f9a7d3bb271a4299f76f96292..9fad8b57f11477df7609decd68c22d5bbd8b4df2 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -211,6 +211,10 @@ PHP 7.4 UPGRADE NOTES
 - Libxml:
   . All libxml based extensions now require libxml 2.7.6 or newer.
 
+- OPcache:
+  . The --disable|enable-opcache-file configure options have been removed in
+    favor of the opcache.file_cache INI directive.
+
 - Reflection:
   . Numeric value of class, property, function and constant modifiers was
     changed. Don't filter methods and properties through
index 1f6a955d4a09c5e7ed765a4b422d0a9d67c4dde2..e4147f249cb70cc5b37727865f8620a6b8056333 100644 (file)
@@ -185,8 +185,6 @@ PHP 7.4 INTERNALS UPGRADE NOTES
     - Obsolescent macros AC_FUNC_VPRINTF and AC_FUNC_UTIME_NULL have been
       removed. Symbols HAVE_VPRINTF and HAVE_UTIME_NULL are no longer defined
       since they are not needed on the current systems.
-    - The disable|enable-opcache-file configure options have been removed in
-      favor of the opcache.file_cache ini directive.
 
   c. Windows build system changes