summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2018-05-26 22:06:52 +0200
committerNikita Popov <nikita.ppv@gmail.com>2018-05-26 22:06:52 +0200
commit8582e53430f12ce36f621d034a40d10ea01061fc (patch)
treef68998828f5445eadfe241a399563850789aee22 /php.ini-development
parent2788ab9fa6a503c7d51f98a2a544593c5314326d (diff)
parent4455899a938167ea8617e71dd5f19e92dcc8ab0c (diff)
downloadphp-git-8582e53430f12ce36f621d034a40d10ea01061fc.tar.gz
Merge branch 'PHP-7.2'
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development4
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 6833b75bf4..ece2fa9ffd 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1860,6 +1860,10 @@ ldap.max_links = -1
; Prevent name collisions in chroot'ed environment.
;opcache.validate_root=0
+; If specified, it produces opcode dumps for debugging different stages of
+; optimizations.
+;opcache.opt_debug_level=0
+
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.