Skip to content

Commit 8de17fe

Browse files
authored
Merge pull request #234 from sticky-note/feat/mod
feat(freebsd): add several `php` modules for `FreeBSD`
2 parents da3e183 + a8de77f commit 8de17fe

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

php/map.jinja

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3122,11 +3122,15 @@
31223122
'filter': 'php' + freebsd_php_version + '-filter',
31233123
'fileinfo': 'php' + freebsd_php_version + '-fileinfo',
31243124
'fpm': 'php' + freebsd_php_version,
3125+
'gettext': 'php' + freebsd_php_version + '-gettext',
31253126
'gd': 'php' + freebsd_php_version + '-gd',
31263127
'hash': 'php' + freebsd_php_version + '-hash',
31273128
'iconv': 'php' + freebsd_php_version + '-iconv',
3129+
'imagick': 'php' + freebsd_php_version + '-pecl-imagick',
3130+
'imap': 'php' + freebsd_php_version + '-imap',
31283131
'intl': 'php' + freebsd_php_version + '-intl',
31293132
'json': 'php' + freebsd_php_version + '-json',
3133+
'ldap': 'php' + freebsd_php_version + '-ldap',
31303134
'local_bin': '/usr/local/bin',
31313135
'memcached': 'php' + freebsd_php_version + '-pecl-memcached',
31323136
'mbstring': 'php' + freebsd_php_version + '-mbstring',
@@ -3151,6 +3155,7 @@
31513155
'xmlwriter': 'php' + freebsd_php_version + '-xmlwriter',
31523156
'xsl': 'php' + freebsd_php_version + '-xsl',
31533157
'zip': 'php' + freebsd_php_version + '-zip',
3158+
'zlib': 'php' + freebsd_php_version + '-zlib',
31543159
},
31553160
'fpm': {
31563161
'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)