Skip to content

Commit

Permalink
[1.x] Speeds up CLI and tests by enabling OpCache (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Mar 30, 2023
1 parent aba6002 commit 5e59b4a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtimes/7.4/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
post_max_size = 100M
upload_max_filesize = 100M
variables_order = EGPCS

[opcache]
opcache.enable_cli=1
3 changes: 3 additions & 0 deletions runtimes/8.0/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
post_max_size = 100M
upload_max_filesize = 100M
variables_order = EGPCS

[opcache]
opcache.enable_cli=1
3 changes: 3 additions & 0 deletions runtimes/8.1/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
post_max_size = 100M
upload_max_filesize = 100M
variables_order = EGPCS

[opcache]
opcache.enable_cli=1
3 changes: 3 additions & 0 deletions runtimes/8.2/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
post_max_size = 100M
upload_max_filesize = 100M
variables_order = EGPCS

[opcache]
opcache.enable_cli=1

0 comments on commit 5e59b4a

Please sign in to comment.