Skip to content

Commit

Permalink
feat(mods): add soap module for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
sticky-note committed Jun 17, 2021
1 parent 6381ad4 commit 7eef994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3143,6 +3143,7 @@
'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',
Expand Down

0 comments on commit 7eef994

Please sign in to comment.