mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Install xdebug 3.0.1 instead of 3.0.0 by default
I really miss a stable version of pickle ;_; Test: xdebug
This commit is contained in:
parent
07d52a6510
commit
f343b1dcde
1 changed files with 1 additions and 1 deletions
|
@ -1514,7 +1514,7 @@ installPECLModule() {
|
|||
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
|
||||
if test -z "$installPECLModule_version"; then
|
||||
installPECLModule_version=3.0.0
|
||||
installPECLModule_version=3.0.1
|
||||
fi
|
||||
installPECLModule_src="$(getPackageSource https://codeload.github.com/xdebug/xdebug/tar.gz/$installPECLModule_version)"
|
||||
cd -- "$installPECLModule_src"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue