summaryrefslogtreecommitdiffstats
path: root/10-opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-21 10:56:47 +0200
committerRemi Collet <remi@remirepo.net>2018-08-21 10:56:47 +0200
commit815483a9fa153342053ffebff66869b1e47201e9 (patch)
tree3009bd02b58c7691e4cc7a99c4a7fea5a307e10e /10-opcache.ini
parent105138528f1d7e37f3c5f5606c67a72fcabdc3fe (diff)
v7.3.0beta2
Diffstat (limited to '10-opcache.ini')
-rw-r--r--10-opcache.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/10-opcache.ini b/10-opcache.ini
index 1bf3d2a..b24b410 100644
--- a/10-opcache.ini
+++ b/10-opcache.ini
@@ -42,16 +42,12 @@ opcache.max_accelerated_files=4000
; size of the optimized code.
;opcache.save_comments=1
-; If enabled, a fast shutdown sequence is used for the accelerated code
-; Depending on the used Memory Manager this may cause some incompatibilities.
-;opcache.fast_shutdown=0
-
; Allow file existence override (file_exists, etc.) performance feature.
;opcache.enable_file_override=0
; A bitmask, where each bit enables or disables the appropriate OPcache
; passes
-;opcache.optimization_level=0xffffffff
+;opcache.optimization_level=0x7FFFBFFF
;opcache.inherited_hack=1
;opcache.dups_fix=0
@@ -123,3 +119,7 @@ opcache.blacklist_filename=/etc/php.d/opcache*.blacklist
; environments. It should be enabled for sites that may serve requests in
; different "chroot" environments.
;opcache.validate_root=0
+
+; If specified, it produces opcode dumps for debugging different stages of
+; optimizations.
+;opcache.opt_debug_level=0