mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 00:52:45 +00:00
Add support for saxon (#889)
This commit is contained in:
parent
68552b1e16
commit
76789743a7
5 changed files with 10 additions and 3 deletions
|
@ -3517,8 +3517,8 @@ installRemoteModule() {
|
|||
;;
|
||||
saxon)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version='11.6'
|
||||
if test $PHP_MAJMIN_VERSION -ge 800; then
|
||||
installRemoteModule_version='12.4.2'
|
||||
else
|
||||
installRemoteModule_version='12.3'
|
||||
fi
|
||||
|
@ -3546,7 +3546,6 @@ installRemoteModule() {
|
|||
ldconfig || true
|
||||
fi
|
||||
cd "$installRemoteModule_dir/Saxon.C.API"
|
||||
exit
|
||||
phpize
|
||||
./configure --enable-saxon
|
||||
make -j$(getProcessorCount) install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue