mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-03 18:07:47 +01:00
Merge pull request #186 from mlocati/xdebug-3
Updates for new xdebug version
This commit is contained in:
commit
4157d994c9
@ -1386,8 +1386,11 @@ installPECLModule() {
|
|||||||
installPECLModule_actual="$1-2.5.5"
|
installPECLModule_actual="$1-2.5.5"
|
||||||
elif test $PHP_MAJMIN_VERSION -le 700; then
|
elif test $PHP_MAJMIN_VERSION -le 700; then
|
||||||
installPECLModule_actual="$1-2.6.1"
|
installPECLModule_actual="$1-2.6.1"
|
||||||
|
elif test $PHP_MAJMIN_VERSION -le 701; then
|
||||||
|
installPECLModule_actual="$1-2.9.8"
|
||||||
elif test $PHP_MAJMIN_VERSION -ge 800; then
|
elif test $PHP_MAJMIN_VERSION -ge 800; then
|
||||||
installPECLModule_src="$(getPackageSource https://codeload.github.com/xdebug/xdebug/tar.gz/master)"
|
# Workaround for picke problem - see https://github.com/FriendsOfPHP/pickle/issues/188 and https://github.com/FriendsOfPHP/pickle/issues/191
|
||||||
|
installPECLModule_src="$(getPackageSource https://codeload.github.com/xdebug/xdebug/tar.gz/3.0.0)"
|
||||||
cd -- "$installPECLModule_src"
|
cd -- "$installPECLModule_src"
|
||||||
phpize
|
phpize
|
||||||
./configure --enable-xdebug
|
./configure --enable-xdebug
|
||||||
|
Loading…
Reference in New Issue
Block a user