mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-26 12:04:43 +01:00
Fix
This commit is contained in:
parent
3d71d131cd
commit
9a17fb1a17
@ -3079,6 +3079,10 @@ installRemoteModule() {
|
||||
mv "$installRemoteModule_src/include" /usr/local/include/hat-trie
|
||||
fi
|
||||
;;
|
||||
pq)
|
||||
# pq must be loaded after raphf
|
||||
installRemoteModule_ini_basename="xx-php-ext-$installRemoteModule_module"
|
||||
;;
|
||||
propro)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
|
Loading…
Reference in New Issue
Block a user