diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-23 15:00:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-23 15:00:36 +0100 |
commit | 3a5063c204753a7ddd14f40c046639632894a5d6 (patch) | |
tree | 93e225a6c98088f99070ce96a2379d601d6fd4b2 /10-opcache.ini | |
parent | 89c657512441a5e75f4b5c6bedb5f3a1cf5ce5de (diff) |
minor
Diffstat (limited to '10-opcache.ini')
-rw-r--r-- | 10-opcache.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/10-opcache.ini b/10-opcache.ini index c78ae5d..6907e94 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -112,7 +112,7 @@ opcache.blacklist_filename=/etc/php.d/opcache*.blacklist ;opcache.file_cache_fallback=1 ; Validate cached file permissions. -; opcache.validate_permission=0 +;opcache.validate_permission=0 ; Prevent name collisions in chroot'ed environment. -; opcache.validate_root=0 +;opcache.validate_root=0 |