mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[ci skip] Move OPcache configure option changes
This commit is contained in:
parent
c706a26d69
commit
2b4495bf4d
2 changed files with 4 additions and 2 deletions
|
@ -211,6 +211,10 @@ PHP 7.4 UPGRADE NOTES
|
||||||
- Libxml:
|
- Libxml:
|
||||||
. All libxml based extensions now require libxml 2.7.6 or newer.
|
. 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:
|
- Reflection:
|
||||||
. Numeric value of class, property, function and constant modifiers was
|
. Numeric value of class, property, function and constant modifiers was
|
||||||
changed. Don't filter methods and properties through
|
changed. Don't filter methods and properties through
|
||||||
|
|
|
@ -185,8 +185,6 @@ PHP 7.4 INTERNALS UPGRADE NOTES
|
||||||
- Obsolescent macros AC_FUNC_VPRINTF and AC_FUNC_UTIME_NULL have been
|
- Obsolescent macros AC_FUNC_VPRINTF and AC_FUNC_UTIME_NULL have been
|
||||||
removed. Symbols HAVE_VPRINTF and HAVE_UTIME_NULL are no longer defined
|
removed. Symbols HAVE_VPRINTF and HAVE_UTIME_NULL are no longer defined
|
||||||
since they are not needed on the current systems.
|
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
|
c. Windows build system changes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue