Merge pull request #203 from mlocati/xdebug-3.0.1
Install xdebug 3.0.1 instead of 3.0.0 by defaultpull/204/head 1.1.5
commit
4b692126cf
|
@ -1514,7 +1514,7 @@ installPECLModule() {
|
||||||
if test $PHP_MAJMIN_VERSION -ge 800; then
|
if test $PHP_MAJMIN_VERSION -ge 800; then
|
||||||
# Workaround for picke problem - see https://github.com/FriendsOfPHP/pickle/issues/188 and https://github.com/FriendsOfPHP/pickle/issues/191
|
# Workaround for picke problem - see https://github.com/FriendsOfPHP/pickle/issues/188 and https://github.com/FriendsOfPHP/pickle/issues/191
|
||||||
if test -z "$installPECLModule_version"; then
|
if test -z "$installPECLModule_version"; then
|
||||||
installPECLModule_version=3.0.0
|
installPECLModule_version=3.0.1
|
||||||
fi
|
fi
|
||||||
installPECLModule_src="$(getPackageSource https://codeload.github.com/xdebug/xdebug/tar.gz/$installPECLModule_version)"
|
installPECLModule_src="$(getPackageSource https://codeload.github.com/xdebug/xdebug/tar.gz/$installPECLModule_version)"
|
||||||
cd -- "$installPECLModule_src"
|
cd -- "$installPECLModule_src"
|
||||||
|
|
Loading…
Reference in New Issue