Browse Source

feat(mods): add `bcmath` module for FreeBSD

tags/v1.5.0
sticky-note 3 years ago
parent
commit
6381ad4634
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      php/map.jinja

+ 1
- 0
php/map.jinja View File

}, },
'pkgs': { 'pkgs': {
'apache2': 'mod_php' + freebsd_php_version, 'apache2': 'mod_php' + freebsd_php_version,
'bcmath': 'php' + freebsd_php_version + '-bcmath',
'composer_bin': 'composer', 'composer_bin': 'composer',
'cli': 'php' + freebsd_php_version, 'cli': 'php' + freebsd_php_version,
'ctype': 'php' + freebsd_php_version + '-ctype', 'ctype': 'php' + freebsd_php_version + '-ctype',

Loading…
Cancel
Save