Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 6584e81

Browse files
authored
Merge pull request #2121 from phizev/phizev-patch-1
Replace php_opcache_enabled_in_ini with php_opcache_enable
2 parents 3be3868 + 3cf88d5 commit 6584e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ php_display_errors: "On"
263263
php_display_startup_errors: "On"
264264
php_realpath_cache_size: "1024K"
265265
php_sendmail_path: "/opt/mailhog/mhsendmail"
266-
php_opcache_enabled_in_ini: true
266+
php_opcache_enable: "1"
267267
php_opcache_memory_consumption: "192"
268268
php_opcache_max_accelerated_files: 4096
269269
php_max_input_vars: "4000"

0 commit comments

Comments
 (0)