Merge pull request #386 from llaville/feature/xmldiff

Feature - add new extension xmldiff
pull/387/head
Michele Locati 2021-07-12 09:11:03 +02:00 committed by GitHub
commit a12caa0601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -96,6 +96,7 @@ wddx 5.5 5.6 7.0 7.1 7.2 7.3
xdebug 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 xdebug 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
xhprof 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 xhprof 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
xlswriter 7.0 7.1 7.2 7.3 7.4 8.0 xlswriter 7.0 7.1 7.2 7.3 7.4 8.0
xmldiff 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
xmlrpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 xmlrpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
xsl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 xsl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
yaml 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 yaml 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1

View File

@ -926,6 +926,13 @@ buildRequiredPackageLists() {
xlswriter@debian) xlswriter@debian)
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile zlib1g-dev" buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile zlib1g-dev"
;; ;;
xmldiff@alpine)
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent libstdc++"
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile libxml2-dev"
;;
xmldiff@debian)
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile libxml2-dev"
;;
xmlrpc@alpine) xmlrpc@alpine)
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile libxml2-dev" buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile libxml2-dev"
;; ;;
@ -1593,7 +1600,7 @@ installRemoteModule() {
if test $PHP_MAJMIN_VERSION -ge 800; then if test $PHP_MAJMIN_VERSION -ge 800; then
installRemoteModule_version=beta installRemoteModule_version=beta
elif test "$DISTRO_VERSION" = debian@8; then elif test "$DISTRO_VERSION" = debian@8; then
# in Debian Jessie we have librammitmq version 0.5.2 # in Debian Jessie we have librabbitmq version 0.5.2
installRemoteModule_version=1.9.3 installRemoteModule_version=1.9.3
elif test $PHP_MAJMIN_VERSION -le 505; then elif test $PHP_MAJMIN_VERSION -le 505; then
installRemoteModule_version=1.9.4 installRemoteModule_version=1.9.4