mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
60 lines
1.1 KiB
YAML
60 lines
1.1 KiB
YAML
variants:
|
|
dev:
|
|
bcmath:
|
|
calendar:
|
|
cli:
|
|
ctype:
|
|
dom:
|
|
fileinfo:
|
|
filter:
|
|
ipc:
|
|
iconv:
|
|
json:
|
|
mbregex:
|
|
mbstring:
|
|
mhash:
|
|
mcrypt:
|
|
pcntl:
|
|
pcre:
|
|
pdo:
|
|
phar:
|
|
posix:
|
|
sockets:
|
|
tokenizer:
|
|
xml:
|
|
curl:
|
|
openssl:
|
|
zip:
|
|
gd:
|
|
- --with-freetype
|
|
- --with-pdo-mysql=mysqlnd
|
|
- --with-mysqli=mysqlnd
|
|
- --with-pgsql
|
|
- --with-pdo-pgsql
|
|
- --with-gmp=/usr/local/opt/gmp
|
|
- --with-openssl
|
|
- --with-pear
|
|
- --with-zip
|
|
- --with-zlib-dir=/usr/local/opt/zlib
|
|
- --with-libxml
|
|
- --with-kerberos
|
|
- --with-gd
|
|
- --with-ffi
|
|
- --with-bz2=/usr/local/opt/bzip2
|
|
- --with-readline=/usr/local/opt/readline
|
|
- --with-iconv=/usr/local/opt/libiconv
|
|
- --with-icu-dir=/usr/local/opt/icu4c
|
|
- --enable-intl
|
|
- --enable-xml
|
|
- --enable-sysvsem
|
|
- --enable-sysvshm
|
|
- --enable-sysvmsg
|
|
- --enable-phpdbg
|
|
- --enable-exif
|
|
- --enable-gd
|
|
- --enable-soap
|
|
- --enable-xmlreader
|
|
- --enable-zend-test=shared
|
|
extensions:
|
|
dev:
|
|
xdebug: stable |