Skip to content

Commit

Permalink
Revert opcache for CLI (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Mar 20, 2024
1 parent 4a27d4a commit 8be4a31
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
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
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
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
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 8be4a31

Please sign in to comment.