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.
2 parents d8f9d8d + 18b7ed6 commit 43b90f4Copy full SHA for 43b90f4
includes/generic/setConfig.inc.bash
@@ -12,7 +12,8 @@ varDir="$projectRoot/var/qa";
12
13
cacheDir="$varDir/cache";
14
15
-noXdebugConfigPath="$varDir/phpqa-no-xdebug.ini"
+phpVersion="$(php -v | grep ^PHP | cut -d' ' -f2)"
16
+noXdebugConfigPath="$varDir/phpqa-no-xdebug.$phpVersion.ini"
17
18
# the path in this library for default config
19
defaultConfigPath="$(readlink -f ./../configDefaults/)"
0 commit comments