Remove PHP Version from notice. (#4442)

This commit is contained in:
Jack Honour 2021-09-08 17:00:12 +01:00 committed by GitHub
parent 7c943880b2
commit dca5a9d8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ if [ "$PHP_BINARY" == "" ]; then
elif [[ ! -z $(type php) ]]; then elif [[ ! -z $(type php) ]]; then
PHP_BINARY=$(type -p php) PHP_BINARY=$(type -p php)
else else
echo "Couldn't find a working PHP 7 binary, please use the installer." echo "Couldn't find a working PHP binary, please use the installer."
exit 1 exit 1
fi fi
fi fi