We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52a10e commit 620d0cfCopy full SHA for 620d0cf
common/conf/disable-opcache.ini
@@ -1,3 +1,4 @@
1
; Disable OPcache for development
2
-opcache.enable=0
3
-opcache.enable_cli=0
+opcache.enable = 0
+opcache.enable_cli = 0
4
+opcache.restrict_api = /var/www/html
common/conf/opcache.ini
@@ -4,4 +4,4 @@ opcache.interned_strings_buffer = 64
opcache.max_accelerated_files = 130986
5
opcache.validate_timestamps = 0
6
opcache.save_comments = 1
7
-opcache.restrict_api=
0 commit comments