diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-02-07 18:13:45 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-02-07 18:13:45 +0100 |
commit | c706a26d69702bb8bd75f209a2dae46fede95af5 (patch) | |
tree | 975b151db2f8f30ce703accdfbf409d5e5b302a6 /UPGRADING.INTERNALS | |
parent | 125045a9b130cba74c400e41617ebb99b1f611aa (diff) | |
download | php-git-c706a26d69702bb8bd75f209a2dae46fede95af5.tar.gz |
[ci skip] Update changelog
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index e4147f249c..1f6a955d4a 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -185,6 +185,8 @@ 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 |