]> granicus.if.org Git - php/commitdiff
update UPGRADING
authorAnatol Belski <ab@php.net>
Tue, 13 Oct 2015 09:45:34 +0000 (11:45 +0200)
committerAnatol Belski <ab@php.net>
Tue, 13 Oct 2015 09:47:30 +0000 (11:47 +0200)
UPGRADING

index cf06893151d0453cfed8a82f1a39c376ec380564..1e38a294e89fcbf9b501630913235a062f8dfc06 100644 (file)
--- 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