Add support for parle (#567)

pull/568/head
Michele Locati 2022-04-21 16:16:52 +02:00 committed by GitHub
parent 6faf051b48
commit aeb529c2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 0 deletions

View File

@ -74,6 +74,11 @@ We should switch to the stable release once it will be available.
The only available versions of the `opencensus` PHP extension are all alpha.
We should switch to the stable release once it will be available.
### parle
The only available versions of the `parle` PHP extension are all beta.
We should switch to the stable release once it will be available.
### snuffleupagus
The `snuffleupagus` PHP extension is not available in the PECL archive, so we install it manually.

View File

@ -1,6 +1,7 @@
geos !alpine3.7 !alpine3.8 !alpine3.9 !alpine3.10
memprof !alpine
parallel zts
parle !jessie
pdo_sqlsrv !alpine3.7 !alpine3.8
pthreads zts
sodium !jessie

View File

@ -60,6 +60,7 @@ opcache 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
opencensus 7.0 7.1 7.2 7.3 7.4 8.0 8.1
openswoole 7.2 7.3 7.4 8.0 8.1
parallel 7.1 7.2 7.3 7.4
parle 7.0 7.1 7.2 7.3 7.4 8.0 8.1
pcntl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
pcov 7.0 7.1 7.2 7.3 7.4 8.0 8.1
pdo_dblib 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0

View File

@ -989,6 +989,9 @@ buildRequiredPackageLists() {
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent libcurl3-gnutls libpq5"
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile $buildRequiredPackageLists_libssldev libcurl4-gnutls-dev libpq-dev"
;;
parle@alpine)
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent libstdc++"
;;
pdo_dblib@alpine)
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent freetds"
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile freetds-dev"
@ -2788,6 +2791,11 @@ installRemoteModule() {
fi
fi
;;
parle)
if test -z "$installRemoteModule_version"; then
installRemoteModule_version=beta
fi
;;
pcov)
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 700; then