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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2020-02-26 11:08:21 +0300
committerGitHub <noreply@github.com>2020-02-26 11:08:21 +0300
commit35467f54cd3e1dae889d88ae4f80d4626f9127ed (patch)
tree068e05fda3646eabb1f35549c20f1f07e9aaaeee /config
parentf2c0c903a549069b1876dd24f27d87d88a95b982 (diff)
Only detect php type based on file name (#15611)
* only detect php type based on file name * add config entry * tweak docs * fix ui test * Update screenshot Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index f4b364da08..04485db61a 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -664,6 +664,11 @@ absolute_chroot_path =
; Defaults to ./tmp (the tmp/ folder inside the Matomo directory)
tmp_path = "/tmp"
+; The absolute path to a PHP binary file in case Matomo cannot detect your PHP binary. If async CLI archiving cannot be
+; used on your server this may make it work. Ensure the configured PHP binary is of type CLI and not for example cgi or
+; litespeed. To find out the type of interface for a PHP binary execute this command: php -r "echo php_sapi_name();"
+php_binary_path = ""
+
; In some rare cases it may be useful to explicitely tell Matomo not to use LOAD DATA INFILE
; This may for example be useful when doing Mysql AWS replication
enable_load_data_infile = 1