Explorar el Código

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 hace 8 años
padre
commit
a01466d076
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      php/ng/map.jinja

+ 2
- 0
php/ng/map.jinja Ver fichero

@@ -17,9 +17,11 @@
'mcrypt': 'php7.0-mcrypt',
'mysql': 'php7.0-mysql',
'pspell': 'php7.0-pspell',
'redis': 'php7.0-redis',
'snmp': 'php7.0-snmp',
'soap': 'php7.0-soap',
'sqlite': 'php7.0-sqlite3',
'xdebug': 'php7.0-xdebug',
'xsl': 'php7.0-xsl',
'xml': 'php7.0-xml',
'zip': 'php7.0-zip',

Cargando…
Cancelar
Guardar