Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6ebc6 commit 0af2a7fCopy full SHA for 0af2a7f
1 file changed
tests/RedisTest.php
@@ -6109,6 +6109,7 @@ private function getPhpCommand($script)
6109
$cmd = (getenv('TEST_PHP_EXECUTABLE') ?: (defined('PHP_BINARY') ? PHP_BINARY : 'php')); // PHP_BINARY is 5.4+
6110
6111
if ($test_args = getenv('TEST_PHP_ARGS')) {
6112
+ $cmd .= ' ';
6113
$cmd .= $test_args;
6114
} else {
6115
/* Only append specific extension directives if PHP hasn't been compiled with what we need statically */
0 commit comments