Add PHP opcache

This commit is contained in:
Oliver Davies 2024-04-08 18:12:57 +01:00
parent 1369ee750a
commit 43849524a2

View file

@ -39,6 +39,7 @@ final class CreateFinalConfigurationData
$phpExtensions = [ $phpExtensions = [
'gd', 'gd',
'opcache',
// TODO: only add `pdo_mysql` if its used. // TODO: only add `pdo_mysql` if its used.
'pdo_mysql', 'pdo_mysql',
'zip', 'zip',