mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 05:47:32 +00:00
Add PHP opcache
This commit is contained in:
parent
1369ee750a
commit
43849524a2
|
@ -39,6 +39,7 @@ final class CreateFinalConfigurationData
|
|||
|
||||
$phpExtensions = [
|
||||
'gd',
|
||||
'opcache',
|
||||
// TODO: only add `pdo_mysql` if its used.
|
||||
'pdo_mysql',
|
||||
'zip',
|
||||
|
|
Loading…
Reference in a new issue