summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-06-15 14:01:26 +0300
committerDmitry Stogov <dmitry@zend.com>2015-06-15 14:01:26 +0300
commitae88a243e43d7201b2c654d1c4b26ea34f052512 (patch)
treeb4cabacfb8fddf7469fac6c9b20cd6b082986118 /php.ini-development
parentea14c20ffb3f4a9e24f27ace81f70b2b0025ae15 (diff)
downloadphp-git-ae88a243e43d7201b2c654d1c4b26ea34f052512.tar.gz
Rmoved opcache.load_comments.
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development5
1 files changed, 0 insertions, 5 deletions
diff --git a/php.ini-development b/php.ini-development
index 902d4b6b88..e81f288a46 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1767,11 +1767,6 @@ ldap.max_links = -1
; size of the optimized code.
;opcache.save_comments=1
-; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
-; may be always stored (save_comments=1), but not loaded by applications
-; that don't need them anyway.
-;opcache.load_comments=1
-
; If enabled, a fast shutdown sequence is used for the accelerated code
;opcache.fast_shutdown=0