mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-23 04:11:06 +07:00
Merge pull request #259 from localheinz/fix/sort
Fix: Keep extensions and options sorted
This commit is contained in:
commit
a13373a271
@ -4,16 +4,49 @@ variants:
|
|||||||
calendar:
|
calendar:
|
||||||
cli:
|
cli:
|
||||||
ctype:
|
ctype:
|
||||||
|
curl:
|
||||||
dom:
|
dom:
|
||||||
fileinfo:
|
fileinfo:
|
||||||
filter:
|
filter:
|
||||||
ipc:
|
gd:
|
||||||
|
- --enable-exif
|
||||||
|
- --enable-gd
|
||||||
|
- --enable-intl
|
||||||
|
- --enable-phpdbg
|
||||||
|
- --enable-soap
|
||||||
|
- --enable-sysvmsg
|
||||||
|
- --enable-sysvsem
|
||||||
|
- --enable-sysvshm
|
||||||
|
- --enable-xml
|
||||||
|
- --enable-xmlreader
|
||||||
|
- --enable-zend-test=shared
|
||||||
|
- --with-config-file-path=/etc
|
||||||
|
- --with-curl
|
||||||
|
- --with-ffi
|
||||||
|
- --with-freetype
|
||||||
|
- --with-gd
|
||||||
|
- --with-gmp=/usr/local/opt/gmp
|
||||||
|
- --with-iconv=/usr/local/opt/libiconv
|
||||||
|
- --with-icu-dir=/usr/local/opt/icu4c
|
||||||
|
- --with-kerberos
|
||||||
|
- --with-libxml
|
||||||
|
- --with-mhash
|
||||||
|
- --with-mysqli=mysqlnd
|
||||||
|
- --with-openssl
|
||||||
|
- --with-pdo-mysql=mysqlnd
|
||||||
|
- --with-pdo-pgsql
|
||||||
|
- --with-pear
|
||||||
|
- --with-pgsql
|
||||||
|
- --with-readline=/usr/local/opt/readline
|
||||||
|
- --with-zip
|
||||||
iconv:
|
iconv:
|
||||||
|
ipc:
|
||||||
json:
|
json:
|
||||||
mbregex:
|
mbregex:
|
||||||
mbstring:
|
mbstring:
|
||||||
mhash:
|
|
||||||
mcrypt:
|
mcrypt:
|
||||||
|
mhash:
|
||||||
|
openssl:
|
||||||
pcntl:
|
pcntl:
|
||||||
pcre:
|
pcre:
|
||||||
pdo:
|
pdo:
|
||||||
@ -22,37 +55,4 @@ variants:
|
|||||||
sockets:
|
sockets:
|
||||||
tokenizer:
|
tokenizer:
|
||||||
xml:
|
xml:
|
||||||
curl:
|
|
||||||
openssl:
|
|
||||||
zip:
|
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-libxml
|
|
||||||
- --with-kerberos
|
|
||||||
- --with-gd
|
|
||||||
- --with-ffi
|
|
||||||
- --with-curl
|
|
||||||
- --with-mhash
|
|
||||||
- --with-readline=/usr/local/opt/readline
|
|
||||||
- --with-iconv=/usr/local/opt/libiconv
|
|
||||||
- --with-icu-dir=/usr/local/opt/icu4c
|
|
||||||
- --with-config-file-path=/etc
|
|
||||||
- --enable-intl
|
|
||||||
- --enable-xml
|
|
||||||
- --enable-sysvsem
|
|
||||||
- --enable-sysvshm
|
|
||||||
- --enable-sysvmsg
|
|
||||||
- --enable-phpdbg
|
|
||||||
- --enable-exif
|
|
||||||
- --enable-gd
|
|
||||||
- --enable-soap
|
|
||||||
- --enable-xmlreader
|
|
||||||
- --enable-zend-test=shared
|
|
Loading…
Reference in New Issue
Block a user