diff --git a/php/7/build/data/install-ext b/php/7/build/data/install-ext index 59cb9a4c5..327a4debd 100644 --- a/php/7/build/data/install-ext +++ b/php/7/build/data/install-ext @@ -171,7 +171,7 @@ install_extension() { elif [ "$extension" = "opcache" ]; then docker_php_ext_install opcache elif [ "$extension" = "mysqli" ]; then - docker_php_ext_install mysqli + install_php_extensions mysqli elif [ "$extension" = "sysvshm" ]; then docker_php_ext_install sysvshm elif [ "$extension" = "calendar" ]; then diff --git a/php/8/data.yml b/php/8/data.yml index 43da9ebbd..5e36e847f 100755 --- a/php/8/data.yml +++ b/php/8/data.yml @@ -69,7 +69,7 @@ additionalProperties: - label: imagick value: imagick envKey: PHP_EXTENSIONS - - default: 7.4.33 + - default: 8.3.8 envKey: PHP_VERSION labelEn: PHP Version labelZh: PHP 版本 diff --git a/python/data.yml b/python/data.yml index 90f71d358..a7ded14a4 100644 --- a/python/data.yml +++ b/python/data.yml @@ -25,4 +25,10 @@ additionalProperties: recommend: 101 website: https://www.python.org/ github: "" - document: "" \ No newline at end of file + document: "" + architectures: + - amd64 + - arm/v7 + - arm64 + - ppc64le + - s390x