浏览代码

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

Feat/mods
tags/v1.5.0
sticky-note 3 年前
父节点
当前提交
4a301a79c1
没有帐户链接到提交者的电子邮件
共有 4 个文件被更改,包括 12 次插入0 次删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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'

正在加载...
取消
保存