static-php-cli/config/pkg/ext/builtin-extensions.yml

244 lines
4.3 KiB
YAML
Raw Normal View History

2026-02-06 16:33:50 +08:00
ext-bcmath:
type: php-extension
2026-03-06 19:23:08 +08:00
ext-bz2:
type: php-extension
depends:
- bzip2
php-extension:
arg-type@unix: with-path
arg-type@windows: with
2026-03-06 19:24:48 +08:00
ext-calendar:
type: php-extension
2026-03-06 19:27:22 +08:00
ext-ctype:
type: php-extension
2026-03-07 21:20:34 +08:00
ext-curl:
type: php-extension
depends:
- curl
depends@windows:
- ext-zlib
- ext-openssl
php-extension:
arg-type: with
2026-03-08 16:32:31 +08:00
ext-dba:
type: php-extension
suggests:
- qdbm
php-extension:
arg-type: custom
2026-03-08 22:33:00 +08:00
ext-dom:
type: php-extension
depends:
- libxml2
- ext-xml
php-extension:
arg-type: '--enable-dom@shared_suffix@ --with-libxml=@build_root_path@'
arg-type@windows: with
2026-03-09 15:02:23 +08:00
ext-exif:
type: php-extension
2026-03-09 15:13:07 +08:00
ext-ffi:
type: php-extension
depends@unix:
- libffi
php-extension:
arg-type@unix: '--with-ffi=@shared_suffix@ --enable-zend-signals'
arg-type@windows: with
2026-03-09 15:29:38 +08:00
ext-fileinfo:
type: php-extension
ext-filter:
type: php-extension
ext-ftp:
type: php-extension
suggests:
- ext-openssl
2026-03-09 15:55:01 +08:00
ext-gd:
type: php-extension
depends:
- zlib
- libpng
- ext-zlib
suggests:
- libavif
- libwebp
- libjpeg
- freetype
php-extension:
arg-type: custom
2026-03-09 15:59:27 +08:00
ext-gettext:
type: php-extension
depends:
- gettext
php-extension:
arg-type: with-path
2026-03-10 16:52:29 +08:00
ext-gmp:
type: php-extension
depends:
- gmp
php-extension:
arg-type: with-path
2026-03-10 16:56:09 +08:00
ext-iconv:
type: php-extension
depends@unix:
- libiconv
php-extension:
arg-type@unix: with-path
arg-type@windows: with
2026-03-10 22:25:11 +08:00
ext-intl:
type: php-extension
depends@unix:
- icu
2026-03-10 22:38:34 +08:00
ext-ldap:
type: php-extension
depends:
- ldap
suggests:
- gmp
- libsodium
- ext-openssl
php-extension:
arg-type: with-path
2026-03-10 22:41:33 +08:00
ext-libxml:
type: php-extension
depends:
- ext-xml
php-extension:
build-with-php: true
build-shared: false
arg-type: none
ext-mbregex:
type: php-extension
depends:
- onig
- ext-mbstring
php-extension:
arg-type: custom
build-shared: false
build-static: true
display-name: mbstring
ext-mbstring:
type: php-extension
php-extension:
arg-type: custom
2026-03-11 16:37:25 +08:00
ext-mysqli:
type: php-extension
depends:
- ext-mysqlnd
php-extension:
arg-type: with
build-with-php: true
ext-mysqlnd:
type: php-extension
depends:
- zlib
php-extension:
arg-type@unix: enable
arg-type@windows: with
build-with-php: true
2026-03-12 14:33:39 +08:00
ext-odbc:
type: php-extension
depends@unix:
- unixodbc
php-extension:
arg-type@unix: '--with-unixODBC@shared_path_suffix@'
2026-03-12 15:08:11 +08:00
ext-opcache:
type: php-extension
php-extension:
arg-type@unix: custom
arg-type@windows: enable
zend-extension: true
display-name: 'Zend Opcache'
2026-02-06 16:33:50 +08:00
ext-openssl:
type: php-extension
depends:
- openssl
- zlib
- ext-zlib
php-extension:
arg-type: custom
arg-type@windows: with
build-with-php: true
2026-03-12 21:56:28 +08:00
ext-password-argon2:
type: php-extension
depends:
- libargon2
- ext-openssl
php-extension:
arg-type: custom
display-name: ''
ext-pcntl:
type: php-extension
ext-pdo:
type: php-extension
ext-pdo_mysql:
type: php-extension
depends:
- ext-pdo
- ext-mysqlnd
php-extension:
arg-type: with
ext-pdo_odbc:
type: php-extension
depends:
- ext-pdo
- ext-odbc
depends@unix:
- unixodbc
- ext-pdo
- ext-odbc
php-extension:
arg-type: custom
2026-03-12 22:22:02 +08:00
ext-pdo_pgsql:
type: php-extension
depends@unix:
- ext-pdo
- ext-pgsql
- postgresql
php-extension:
arg-type@unix: with-path
arg-type@windows: '--with-pdo-pgsql=yes'
ext-pgsql:
type: php-extension
depends@unix:
- postgresql
php-extension:
arg-type: custom
ext-phar:
type: php-extension
depends:
- zlib
ext-readline:
type: php-extension
depends:
- libedit
php-extension:
support:
Windows: wip
BSD: wip
arg-type: '--with-libedit --without-readline'
build-shared: false
build-static: true
2026-03-10 16:59:54 +08:00
ext-session:
type: php-extension
2026-03-09 14:35:42 +08:00
ext-sockets:
type: php-extension
2026-03-08 22:33:00 +08:00
ext-xml:
type: php-extension
depends:
- libxml2
depends@windows:
- libxml2
- ext-iconv
php-extension:
arg-type: '--enable-xml@shared_suffix@ --with-libxml=@build_root_path@'
arg-type@windows: with
build-with-php: true
2026-02-06 16:33:50 +08:00
ext-zlib:
type: php-extension
depends:
- zlib
php-extension:
arg-type: custom
arg-type@windows: with
build-with-php: true
build-shared: false