diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-06-15 14:01:26 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-06-15 14:01:26 +0300 |
commit | ae88a243e43d7201b2c654d1c4b26ea34f052512 (patch) | |
tree | b4cabacfb8fddf7469fac6c9b20cd6b082986118 /php.ini-development | |
parent | ea14c20ffb3f4a9e24f27ace81f70b2b0025ae15 (diff) | |
download | php-git-ae88a243e43d7201b2c654d1c4b26ea34f052512.tar.gz |
Rmoved opcache.load_comments.
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 5 |
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 |