* correct equals in xdebug helper scripts
This commit is contained in:
@ -8,7 +8,7 @@ if [[ -z "${PHP_VERSION}" ]]; then PHP_VERSION=74; fi
|
||||
|
||||
POSSIBLE_XDEBUG_VERSION=xdebug2
|
||||
|
||||
if [[ $PHP_VERSION -gt 81 ]]; then
|
||||
if [[ $PHP_VERSION -eq 81 ]]; then
|
||||
POSSIBLE_XDEBUG_VERSION=xdebug3
|
||||
fi
|
||||
|
||||
|
@ -8,7 +8,7 @@ if [[ -z "${PHP_VERSION}" ]]; then PHP_VERSION=74; fi
|
||||
|
||||
POSSIBLE_XDEBUG_VERSION=xdebug2
|
||||
|
||||
if [[ $PHP_VERSION -gt 81 ]]; then
|
||||
if [[ $PHP_VERSION -eq 81 ]]; then
|
||||
POSSIBLE_XDEBUG_VERSION=xdebug3
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user