summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-10-13 11:45:34 +0200
committerAnatol Belski <ab@php.net>2015-10-13 11:47:30 +0200
commitd1b67af3aba1ebe8ecf0dc63f3a15dec1cf7a68a (patch)
tree9b1c1cec2a3914bc369a4ee68944b38df6086c7d /UPGRADING
parenta8ae88162fe2ee2f9ca9846ff62c1d4d0d141a6a (diff)
downloadphp-git-d1b67af3aba1ebe8ecf0dc63f3a15dec1cf7a68a.tar.gz
update UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index cf06893151..1e38a294e8 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -556,6 +556,10 @@ Other
. Added ability to move PHP code pages (PHP TEXT segment) into HUGE pages.
It's possible to enable/disable this feature in php.ini through
opcache.huge_code_pages=0/1. OS should be configured to provide huge pages.
+ . Added Windows only opcache.file_cache_fallback=1 ini option, which implies
+ the implemented fallback mechanism. When OPcache was not able to reattach
+ the shared memory segment to the desired address and opcache.file_cache
+ is on, opcache.file_cache_only=1 will be automatically enforced.
- OpenSSL
. Added "alpn_protocols" SSL context option allowing encrypted client/server