diff --git a/UPGRADING b/UPGRADING index c394f2b82e9..9fad8b57f11 100644 --- 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 diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 1f6a955d4a0..e4147f249cb 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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