1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

👌 Add copy about inactive services

This commit is contained in:
2023-01-07 23:54:01 +01:00
parent 18dd597d38
commit 4cbfbeb4e5
4 changed files with 24 additions and 11 deletions

View File

@ -47,6 +47,10 @@ class TestableConfigurations {
"""),
"/opt/homebrew/etc/php/8.2/php-fpm.d/valet-fpm.conf"
: .fake(.text),
"/opt/homebrew/etc/php/8.2/php.ini"
: .fake(.text),
"/opt/homebrew/etc/php/8.2/conf.d/php-memory-limits.ini"
: .fake(.text)
],
shellOutput: [
"sysctl -n sysctl.proc_translated"
@ -164,10 +168,7 @@ class TestableConfigurations {
"/opt/homebrew/bin/php -r echo ini_get('post_max_size');": "512M",
"/opt/homebrew/bin/php -r echo php_ini_scanned_files();"
: """
/opt/homebrew/etc/php/8.2/conf.d/error_log.ini,
/opt/homebrew/etc/php/8.2/conf.d/ext-opcache.ini,
/opt/homebrew/etc/php/8.2/conf.d/php-memory-limits.ini,
/opt/homebrew/etc/php/8.2/conf.d/xdebug.ini
"""
]
)