From: Peter Kokot Date: Thu, 7 Feb 2019 23:31:25 +0000 (+0100) Subject: [ci skip] Move OPcache configure option changes X-Git-Tag: php-7.4.0alpha1~1121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b4495bf4d39715688f0196b71ea265bb73703a6;p=php [ci skip] Move OPcache configure option changes --- diff --git a/UPGRADING b/UPGRADING index c394f2b82e..9fad8b57f1 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 1f6a955d4a..e4147f249c 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