Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2021-02-09 00:45:08 +0300
committerWilliam Desportes <williamdes@wdes.fr>2021-02-09 04:01:23 +0300
commitfda5195be7dc84ad5c2a76d0899e11efed06766f (patch)
tree0aa64719b9943d3cac0a384759dd04df8e0537fe /test/php-fpm.conf
parentf4684ee691e55d2310398c4d92d4e9a473cf105d (diff)
Fix logs system and temp dir for tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/php-fpm.conf')
-rw-r--r--test/php-fpm.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/php-fpm.conf b/test/php-fpm.conf
index ca8da3818d..fd612ac436 100644
--- a/test/php-fpm.conf
+++ b/test/php-fpm.conf
@@ -1,6 +1,7 @@
[global]
-error_log = %ROOT%/php.log
+error_log = %DIR%/php.log
log_level = warning
+pid = %DIR%/php-fpm.pid
[www]
listen = %DIR%/php-fpm.sock