Merge pull request #15 from b1rdex/patch-2

Xdebug for php 7.3 released
pull/19/head
Michele Locati 2019-04-09 08:29:56 +02:00 committed by GitHub
commit 10c317ccb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -475,9 +475,6 @@ installPECLModule () {
elif test $1 -lt 700
then
installPECLModule_actual="${2}-2.5.5"
elif test $1 -ge 703
then
installPECLModule_actual="${2}-beta"
fi
;;
yaml)