Skip to content

Commit a8de77f

Browse files
author
sticky-note
committed
feat(freebsd): add zlib php module for FreeBSD
1 parent b5798b0 commit a8de77f

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

php/map.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3126,8 +3126,8 @@
31263126
'gd': 'php' + freebsd_php_version + '-gd',
31273127
'hash': 'php' + freebsd_php_version + '-hash',
31283128
'iconv': 'php' + freebsd_php_version + '-iconv',
3129+
'imagick': 'php' + freebsd_php_version + '-pecl-imagick',
31293130
'imap': 'php' + freebsd_php_version + '-imap',
3130-
'imagick': 'php' + freebsd_php_version + 'pecl-imagick',
31313131
'intl': 'php' + freebsd_php_version + '-intl',
31323132
'json': 'php' + freebsd_php_version + '-json',
31333133
'ldap': 'php' + freebsd_php_version + '-ldap',
@@ -3155,6 +3155,7 @@
31553155
'xmlwriter': 'php' + freebsd_php_version + '-xmlwriter',
31563156
'xsl': 'php' + freebsd_php_version + '-xsl',
31573157
'zip': 'php' + freebsd_php_version + '-zip',
3158+
'zlib': 'php' + freebsd_php_version + '-zlib',
31583159
},
31593160
'fpm': {
31603161
'conf': '/usr/local/etc/php-fpm.conf',

test/integration/default/files/_mapdata/freebsd-12.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,14 @@ values:
235235
filter: php74-filter
236236
fpm: php74
237237
gd: php74-gd
238+
gettext: php74-gettext
238239
hash: php74-hash
239240
iconv: php74-iconv
241+
imagick: php74-pecl-imagick
242+
imap: php74-imap
240243
intl: php74-intl
241244
json: php74-json
245+
ldap: php74-ldap
242246
local_bin: /usr/local/bin
243247
mbstring: php74-mbstring
244248
mcrypt: php74-mcrypt
@@ -266,6 +270,7 @@ values:
266270
xmlwriter: php74-xmlwriter
267271
xsl: php74-xsl
268272
zip: php74-zip
273+
zlib: php74-zlib
269274
version:
270275
- '7.4'
271276
- '8.0'

test/integration/default/files/_mapdata/freebsd-13.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,14 @@ values:
235235
filter: php74-filter
236236
fpm: php74
237237
gd: php74-gd
238+
gettext: php74-gettext
238239
hash: php74-hash
239240
iconv: php74-iconv
241+
imagick: php74-pecl-imagick
242+
imap: php74-imap
240243
intl: php74-intl
241244
json: php74-json
245+
ldap: php74-ldap
242246
local_bin: /usr/local/bin
243247
mbstring: php74-mbstring
244248
mcrypt: php74-mcrypt
@@ -266,6 +270,7 @@ values:
266270
xmlwriter: php74-xmlwriter
267271
xsl: php74-xsl
268272
zip: php74-zip
273+
zlib: php74-zlib
269274
version:
270275
- '7.4'
271276
- '8.0'

0 commit comments

Comments
 (0)