feat(freebsd): add zlib
php
module for FreeBSD
This commit is contained in:
parent
b5798b0e65
commit
a8de77f213
@ -3126,8 +3126,8 @@
|
|||||||
'gd': 'php' + freebsd_php_version + '-gd',
|
'gd': 'php' + freebsd_php_version + '-gd',
|
||||||
'hash': 'php' + freebsd_php_version + '-hash',
|
'hash': 'php' + freebsd_php_version + '-hash',
|
||||||
'iconv': 'php' + freebsd_php_version + '-iconv',
|
'iconv': 'php' + freebsd_php_version + '-iconv',
|
||||||
|
'imagick': 'php' + freebsd_php_version + '-pecl-imagick',
|
||||||
'imap': 'php' + freebsd_php_version + '-imap',
|
'imap': 'php' + freebsd_php_version + '-imap',
|
||||||
'imagick': 'php' + freebsd_php_version + 'pecl-imagick',
|
|
||||||
'intl': 'php' + freebsd_php_version + '-intl',
|
'intl': 'php' + freebsd_php_version + '-intl',
|
||||||
'json': 'php' + freebsd_php_version + '-json',
|
'json': 'php' + freebsd_php_version + '-json',
|
||||||
'ldap': 'php' + freebsd_php_version + '-ldap',
|
'ldap': 'php' + freebsd_php_version + '-ldap',
|
||||||
@ -3155,6 +3155,7 @@
|
|||||||
'xmlwriter': 'php' + freebsd_php_version + '-xmlwriter',
|
'xmlwriter': 'php' + freebsd_php_version + '-xmlwriter',
|
||||||
'xsl': 'php' + freebsd_php_version + '-xsl',
|
'xsl': 'php' + freebsd_php_version + '-xsl',
|
||||||
'zip': 'php' + freebsd_php_version + '-zip',
|
'zip': 'php' + freebsd_php_version + '-zip',
|
||||||
|
'zlib': 'php' + freebsd_php_version + '-zlib',
|
||||||
},
|
},
|
||||||
'fpm': {
|
'fpm': {
|
||||||
'conf': '/usr/local/etc/php-fpm.conf',
|
'conf': '/usr/local/etc/php-fpm.conf',
|
||||||
|
@ -235,10 +235,14 @@ values:
|
|||||||
filter: php74-filter
|
filter: php74-filter
|
||||||
fpm: php74
|
fpm: php74
|
||||||
gd: php74-gd
|
gd: php74-gd
|
||||||
|
gettext: php74-gettext
|
||||||
hash: php74-hash
|
hash: php74-hash
|
||||||
iconv: php74-iconv
|
iconv: php74-iconv
|
||||||
|
imagick: php74-pecl-imagick
|
||||||
|
imap: php74-imap
|
||||||
intl: php74-intl
|
intl: php74-intl
|
||||||
json: php74-json
|
json: php74-json
|
||||||
|
ldap: php74-ldap
|
||||||
local_bin: /usr/local/bin
|
local_bin: /usr/local/bin
|
||||||
mbstring: php74-mbstring
|
mbstring: php74-mbstring
|
||||||
mcrypt: php74-mcrypt
|
mcrypt: php74-mcrypt
|
||||||
@ -266,6 +270,7 @@ values:
|
|||||||
xmlwriter: php74-xmlwriter
|
xmlwriter: php74-xmlwriter
|
||||||
xsl: php74-xsl
|
xsl: php74-xsl
|
||||||
zip: php74-zip
|
zip: php74-zip
|
||||||
|
zlib: php74-zlib
|
||||||
version:
|
version:
|
||||||
- '7.4'
|
- '7.4'
|
||||||
- '8.0'
|
- '8.0'
|
||||||
|
@ -235,10 +235,14 @@ values:
|
|||||||
filter: php74-filter
|
filter: php74-filter
|
||||||
fpm: php74
|
fpm: php74
|
||||||
gd: php74-gd
|
gd: php74-gd
|
||||||
|
gettext: php74-gettext
|
||||||
hash: php74-hash
|
hash: php74-hash
|
||||||
iconv: php74-iconv
|
iconv: php74-iconv
|
||||||
|
imagick: php74-pecl-imagick
|
||||||
|
imap: php74-imap
|
||||||
intl: php74-intl
|
intl: php74-intl
|
||||||
json: php74-json
|
json: php74-json
|
||||||
|
ldap: php74-ldap
|
||||||
local_bin: /usr/local/bin
|
local_bin: /usr/local/bin
|
||||||
mbstring: php74-mbstring
|
mbstring: php74-mbstring
|
||||||
mcrypt: php74-mcrypt
|
mcrypt: php74-mcrypt
|
||||||
@ -266,6 +270,7 @@ values:
|
|||||||
xmlwriter: php74-xmlwriter
|
xmlwriter: php74-xmlwriter
|
||||||
xsl: php74-xsl
|
xsl: php74-xsl
|
||||||
zip: php74-zip
|
zip: php74-zip
|
||||||
|
zlib: php74-zlib
|
||||||
version:
|
version:
|
||||||
- '7.4'
|
- '7.4'
|
||||||
- '8.0'
|
- '8.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user