Skip to content

Commit 620d0cf

Browse files
authored
Fix issue opcache restrict_api (#6)
1 parent d52a10e commit 620d0cf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

common/conf/disable-opcache.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
; Disable OPcache for development
2-
opcache.enable=0
3-
opcache.enable_cli=0
2+
opcache.enable = 0
3+
opcache.enable_cli = 0
4+
opcache.restrict_api = /var/www/html

common/conf/opcache.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ opcache.interned_strings_buffer = 64
44
opcache.max_accelerated_files = 130986
55
opcache.validate_timestamps = 0
66
opcache.save_comments = 1
7-
opcache.restrict_api=
7+
opcache.restrict_api = /var/www/html

0 commit comments

Comments
 (0)