Browse Source

Added mapping for MySQL Native Driver extension

tags/v0.34.0
giannello 10 years ago
parent
commit
c0cd87cc1f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      php/map.jinja

+ 2
- 0
php/map.jinja View File

'memcache_pkg': 'php5-memcache', 'memcache_pkg': 'php5-memcache',
'memcached_pkg': 'php5-memcached', 'memcached_pkg': 'php5-memcached',
'mysql_pkg': 'php5-mysql', 'mysql_pkg': 'php5-mysql',
'mysqlnd_pkg': 'php5-mysqlnd',
'pear_pkg': ' php-pear', 'pear_pkg': ' php-pear',
'soap_pkg': ' php-soap', 'soap_pkg': ' php-soap',
'fpm_service': 'php5-fpm', 'fpm_service': 'php5-fpm',
'memcache_pkg': 'php-pecl-memcache', 'memcache_pkg': 'php-pecl-memcache',
'memcached_pkg': 'php-pecl-memcached', 'memcached_pkg': 'php-pecl-memcached',
'mysql_pkg': 'php-mysql', 'mysql_pkg': 'php-mysql',
'mysqlnd_pkg': 'php-mysqlnd',
'pear_pkg': ' php-pear', 'pear_pkg': ' php-pear',
'soap_pkg': ' php-soap', 'soap_pkg': ' php-soap',
'fpm_service': 'php-fpm', 'fpm_service': 'php-fpm',

Loading…
Cancel
Save