mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-26 20:15:03 +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
|
mv "$installRemoteModule_src/include" /usr/local/include/hat-trie
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
pq)
|
||||||
|
# pq must be loaded after raphf
|
||||||
|
installRemoteModule_ini_basename="xx-php-ext-$installRemoteModule_module"
|
||||||
|
;;
|
||||||
propro)
|
propro)
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||||
|
Loading…
Reference in New Issue
Block a user