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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-04-01 01:09:01 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-04-01 01:09:01 +0400
commitd13b17b2862177ef5e41c287b5c9c298d1a0eaf1 (patch)
tree255f4578933185c00ea28e8509ceb4c0cedfbcf6 /core/CliMulti.php
parent12272d22842394145f5c07f12c4fb1955d14a3d1 (diff)
next try to fix the web archive test, do not use fpm when called from web
Diffstat (limited to 'core/CliMulti.php')
-rw-r--r--core/CliMulti.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/CliMulti.php b/core/CliMulti.php
index e3c5de85ca..653ceccfe0 100644
--- a/core/CliMulti.php
+++ b/core/CliMulti.php
@@ -197,7 +197,7 @@ class CliMulti {
private function findPhpBinary()
{
- if (defined('PHP_BINARY')) {
+ if (defined('PHP_BINARY') && false === strpos(PHP_BINARY, 'fpm')) {
return PHP_BINARY;
}