mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Install the latest protobuf version on PHP 7.0+
Test: protobuf
This commit is contained in:
parent
2f874e6fec
commit
02f2cbc9e4
1 changed files with 0 additions and 2 deletions
|
@ -1845,8 +1845,6 @@ installRemoteModule() {
|
|||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -lt 700; then
|
||||
installRemoteModule_version=3.12.4
|
||||
else
|
||||
installRemoteModule_version=3.13.0
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue