mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
Fix installing jsonpath on php 7.4 (#858)
This commit is contained in:
parent
f465546238
commit
8840a6fe76
1 changed files with 7 additions and 0 deletions
|
@ -2987,6 +2987,13 @@ installRemoteModule() {
|
|||
fi
|
||||
fi
|
||||
;;
|
||||
jsonpath)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -lt 800; then
|
||||
installRemoteModule_version=1.0.1
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
luasandbox)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -lt 702; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue