Skip to content

Commit

Permalink
Add PHP opcache
Browse files Browse the repository at this point in the history
  • Loading branch information
opdavies committed Apr 8, 2024
1 parent 1369ee7 commit 4384952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Action/CreateFinalConfigurationData.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public function handle(string $configFile, \Closure $next) {

$phpExtensions = [
'gd',
'opcache',
// TODO: only add `pdo_mysql` if its used.
'pdo_mysql',
'zip',
Expand Down

0 comments on commit 4384952

Please sign in to comment.