Skip to content

Commit ab4b2b8

Browse files
feat(pcov): change pcov directory (#670)
1 parent 64845ff commit ab4b2b8

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

runtimes/8.0/php.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
post_max_size = 100M
33
upload_max_filesize = 100M
44
variables_order = EGPCS
5+
pcov.directory = .
56

67
[opcache]
78
opcache.enable_cli=1

runtimes/8.1/php.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
post_max_size = 100M
33
upload_max_filesize = 100M
44
variables_order = EGPCS
5+
pcov.directory = .
56

67
[opcache]
78
opcache.enable_cli=1

runtimes/8.2/php.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
post_max_size = 100M
33
upload_max_filesize = 100M
44
variables_order = EGPCS
5+
pcov.directory = .
56

67
[opcache]
78
opcache.enable_cli=1

runtimes/8.3/php.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
post_max_size = 100M
33
upload_max_filesize = 100M
44
variables_order = EGPCS
5+
pcov.directory = .
56

67
[opcache]
78
opcache.enable_cli=1

0 commit comments

Comments
 (0)