From cf5a946de181913f90b1705f2482f6d073eb4ffa Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 6 Feb 2026 16:33:50 +0800 Subject: [PATCH] Add extension bcmath,openssl,zlib --- config/pkg/ext/builtin-extensions.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/pkg/ext/builtin-extensions.yml diff --git a/config/pkg/ext/builtin-extensions.yml b/config/pkg/ext/builtin-extensions.yml new file mode 100644 index 00000000..d12cd219 --- /dev/null +++ b/config/pkg/ext/builtin-extensions.yml @@ -0,0 +1,21 @@ +ext-bcmath: + type: php-extension +ext-openssl: + type: php-extension + depends: + - openssl + - zlib + - ext-zlib + php-extension: + arg-type: custom + arg-type@windows: with + build-with-php: true +ext-zlib: + type: php-extension + depends: + - zlib + php-extension: + arg-type: custom + arg-type@windows: with + build-with-php: true + build-shared: false