Browse Source

Add missing default package names for Debian/php7.

This was causing an error with the php.ng.redis and php.ng.xdebug states.
tags/v0.34.0
Ryan Hayle 8 years ago
parent
commit
a01466d076
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      php/ng/map.jinja

+ 2
- 0
php/ng/map.jinja View File

'mcrypt': 'php7.0-mcrypt', 'mcrypt': 'php7.0-mcrypt',
'mysql': 'php7.0-mysql', 'mysql': 'php7.0-mysql',
'pspell': 'php7.0-pspell', 'pspell': 'php7.0-pspell',
'redis': 'php7.0-redis',
'snmp': 'php7.0-snmp', 'snmp': 'php7.0-snmp',
'soap': 'php7.0-soap', 'soap': 'php7.0-soap',
'sqlite': 'php7.0-sqlite3', 'sqlite': 'php7.0-sqlite3',
'xdebug': 'php7.0-xdebug',
'xsl': 'php7.0-xsl', 'xsl': 'php7.0-xsl',
'xml': 'php7.0-xml', 'xml': 'php7.0-xml',
'zip': 'php7.0-zip', 'zip': 'php7.0-zip',

Loading…
Cancel
Save