Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions php/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3122,11 +3122,15 @@
'filter': 'php' + freebsd_php_version + '-filter',
'fileinfo': 'php' + freebsd_php_version + '-fileinfo',
'fpm': 'php' + freebsd_php_version,
'gettext': 'php' + freebsd_php_version + '-gettext',
'gd': 'php' + freebsd_php_version + '-gd',
'hash': 'php' + freebsd_php_version + '-hash',
'iconv': 'php' + freebsd_php_version + '-iconv',
'imagick': 'php' + freebsd_php_version + '-pecl-imagick',
'imap': 'php' + freebsd_php_version + '-imap',
'intl': 'php' + freebsd_php_version + '-intl',
'json': 'php' + freebsd_php_version + '-json',
'ldap': 'php' + freebsd_php_version + '-ldap',
'local_bin': '/usr/local/bin',
'memcached': 'php' + freebsd_php_version + '-pecl-memcached',
'mbstring': 'php' + freebsd_php_version + '-mbstring',
Expand All @@ -3151,6 +3155,7 @@
'xmlwriter': 'php' + freebsd_php_version + '-xmlwriter',
'xsl': 'php' + freebsd_php_version + '-xsl',
'zip': 'php' + freebsd_php_version + '-zip',
'zlib': 'php' + freebsd_php_version + '-zlib',
},
'fpm': {
'conf': '/usr/local/etc/php-fpm.conf',
Expand Down
5 changes: 5 additions & 0 deletions test/integration/default/files/_mapdata/freebsd-12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,14 @@ values:
filter: php74-filter
fpm: php74
gd: php74-gd
gettext: php74-gettext
hash: php74-hash
iconv: php74-iconv
imagick: php74-pecl-imagick
imap: php74-imap
intl: php74-intl
json: php74-json
ldap: php74-ldap
local_bin: /usr/local/bin
mbstring: php74-mbstring
mcrypt: php74-mcrypt
Expand Down Expand Up @@ -266,6 +270,7 @@ values:
xmlwriter: php74-xmlwriter
xsl: php74-xsl
zip: php74-zip
zlib: php74-zlib
version:
- '7.4'
- '8.0'
Expand Down
5 changes: 5 additions & 0 deletions test/integration/default/files/_mapdata/freebsd-13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,14 @@ values:
filter: php74-filter
fpm: php74
gd: php74-gd
gettext: php74-gettext
hash: php74-hash
iconv: php74-iconv
imagick: php74-pecl-imagick
imap: php74-imap
intl: php74-intl
json: php74-json
ldap: php74-ldap
local_bin: /usr/local/bin
mbstring: php74-mbstring
mcrypt: php74-mcrypt
Expand Down Expand Up @@ -266,6 +270,7 @@ values:
xmlwriter: php74-xmlwriter
xsl: php74-xsl
zip: php74-zip
zlib: php74-zlib
version:
- '7.4'
- '8.0'
Expand Down