diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-18 09:28:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-18 09:28:25 +0200 |
commit | 46b83764921c1d82034e9ea67906867533a0b1d3 (patch) | |
tree | e504c6f1593e1b977f49323bc0c1c792ff4f2f88 /10-opcache.ini | |
parent | 0b9a4ea64ddad2ac96f3551051d8b7053ef7dbac (diff) |
opcache new option
Diffstat (limited to '10-opcache.ini')
-rw-r--r-- | 10-opcache.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/10-opcache.ini b/10-opcache.ini index 8c5db66..a5be172 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -42,6 +42,11 @@ opcache.enable_cli=1 ; size of the optimized code. ;opcache.save_comments=1 +; If enabled, compilation warnings (including notices and deprecations) will +; be recorded and replayed each time a file is included. Otherwise, compilation +; warnings will only be emitted when the file is first cached. +;opcache.record_warnings=0 + ; Allow file existence override (file_exists, etc.) performance feature. ;opcache.enable_file_override=0 |