Browse Source

Merge pull request #227 from sticky-note/feat/mods

Feat/mods
tags/v1.5.0
sticky-note 3 years ago
parent
commit
4a301a79c1
No account linked to committer's email address
4 changed files with 12 additions and 0 deletions
  1. +3
    -0
      php/map.jinja
  2. +3
    -0
      test/integration/default/files/_mapdata/freebsd-11.yaml
  3. +3
    -0
      test/integration/default/files/_mapdata/freebsd-12.yaml
  4. +3
    -0
      test/integration/default/files/_mapdata/freebsd-13.yaml

+ 3
- 0
php/map.jinja View File

@@ -3113,6 +3113,7 @@
},
'pkgs': {
'apache2': 'mod_php' + freebsd_php_version,
'bcmath': 'php' + freebsd_php_version + '-bcmath',
'composer_bin': 'composer',
'cli': 'php' + freebsd_php_version,
'ctype': 'php' + freebsd_php_version + '-ctype',
@@ -3142,11 +3143,13 @@
'session': 'php' + freebsd_php_version + '-session',
'simplexml': 'php' + freebsd_php_version + '-simplexml',
'snmp': 'php' + freebsd_php_version + '-snmp',
'soap': 'php' + freebsd_php_version + '-soap',
'temp_dir': '/tmp',
'tokenizer': 'php' + freebsd_php_version + '-tokenizer',
'xdebug': 'php' + freebsd_php_version + '-pecl-xdebug',
'xml': 'php' + freebsd_php_version + '-xml',
'xmlwriter': 'php' + freebsd_php_version + '-xmlwriter',
'xsl': 'php' + freebsd_php_version + '-xsl',
'zip': 'php' + freebsd_php_version + '-zip',
},
'fpm': {

+ 3
- 0
test/integration/default/files/_mapdata/freebsd-11.yaml View File

@@ -225,6 +225,7 @@ values:
user: root
pkgs:
apache2: mod_php74
bcmath: php74-bcmath
cli: php74
composer_bin: composer
ctype: php74-ctype
@@ -254,11 +255,13 @@ values:
session: php74-session
simplexml: php74-simplexml
snmp: php74-snmp
soap: php74-soap
temp_dir: /tmp
tokenizer: php74-tokenizer
xdebug: php74-pecl-xdebug
xml: php74-xml
xmlwriter: php74-xmlwriter
xsl: php74-xsl
zip: php74-zip
version:
- '7.4'

+ 3
- 0
test/integration/default/files/_mapdata/freebsd-12.yaml View File

@@ -225,6 +225,7 @@ values:
user: root
pkgs:
apache2: mod_php74
bcmath: php74-bcmath
cli: php74
composer_bin: composer
ctype: php74-ctype
@@ -254,11 +255,13 @@ values:
session: php74-session
simplexml: php74-simplexml
snmp: php74-snmp
soap: php74-soap
temp_dir: /tmp
tokenizer: php74-tokenizer
xdebug: php74-pecl-xdebug
xml: php74-xml
xmlwriter: php74-xmlwriter
xsl: php74-xsl
zip: php74-zip
version:
- '7.4'

+ 3
- 0
test/integration/default/files/_mapdata/freebsd-13.yaml View File

@@ -225,6 +225,7 @@ values:
user: root
pkgs:
apache2: mod_php74
bcmath: php74-bcmath
cli: php74
composer_bin: composer
ctype: php74-ctype
@@ -254,11 +255,13 @@ values:
session: php74-session
simplexml: php74-simplexml
snmp: php74-snmp
soap: php74-soap
temp_dir: /tmp
tokenizer: php74-tokenizer
xdebug: php74-pecl-xdebug
xml: php74-xml
xmlwriter: php74-xmlwriter
xsl: php74-xsl
zip: php74-zip
version:
- '7.4'

Loading…
Cancel
Save