Skip to content

Commit

Permalink
Revert opcache for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Mar 20, 2024
1 parent db4a3f2 commit bcd3eb1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions runtimes/8.0/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ post_max_size = 100M
upload_max_filesize = 100M
variables_order = EGPCS
pcov.directory = .

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

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

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

[opcache]
opcache.enable_cli=1

0 comments on commit bcd3eb1

Please sign in to comment.