Merge pull request #11 from b1rdex/patch-1

Use xdebug beta on 7.3
pull/12/head
Michele Locati 2018-12-12 07:41:05 +01:00 committed by GitHub
commit 2ddf4afc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,7 @@ tidy 5.6 7.0 7.1 7.2 7.3
timezonedb 5.6 7.0 7.1 7.2 7.3 timezonedb 5.6 7.0 7.1 7.2 7.3
uuid 5.6 7.0 7.1 7.2 7.3 uuid 5.6 7.0 7.1 7.2 7.3
wddx 5.6 7.0 7.1 7.2 7.3 wddx 5.6 7.0 7.1 7.2 7.3
xdebug 5.6 7.0 7.1 7.2 xdebug 5.6 7.0 7.1 7.2 7.3
xmlrpc 5.6 7.0 7.1 7.2 7.3 xmlrpc 5.6 7.0 7.1 7.2 7.3
xsl 5.6 7.0 7.1 7.2 7.3 xsl 5.6 7.0 7.1 7.2 7.3
yaml 5.6 7.0 7.1 7.2 7.3 yaml 5.6 7.0 7.1 7.2 7.3

View File

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