Skip to content

Commit

Permalink
Merge pull request geerlingguy#2121 from phizev/phizev-patch-1
Browse files Browse the repository at this point in the history
Replace php_opcache_enabled_in_ini with php_opcache_enable
  • Loading branch information
geerlingguy authored Jan 5, 2021
2 parents 3be3868 + 3cf88d5 commit 6584e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ php_display_errors: "On"
php_display_startup_errors: "On"
php_realpath_cache_size: "1024K"
php_sendmail_path: "/opt/mailhog/mhsendmail"
php_opcache_enabled_in_ini: true
php_opcache_enable: "1"
php_opcache_memory_consumption: "192"
php_opcache_max_accelerated_files: 4096
php_max_input_vars: "4000"
Expand Down

0 comments on commit 6584e81

Please sign in to comment.