Fixed Ubuntu/Debian xml package name and extra space typo

This commit is contained in:
Chin Kiong, Ng 2014-12-17 17:12:30 +08:00
parent 766f092204
commit 0704c75b7d
2 changed files with 12 additions and 12 deletions

View File

@ -15,10 +15,10 @@
'memcached_pkg': 'php5-memcached',
'mysql_pkg': 'php5-mysql',
'mysqlnd_pkg': 'php5-mysqlnd',
'pear_pkg': ' php-pear',
'soap_pkg': ' php-soap',
'pear_pkg': 'php-pear',
'soap_pkg': 'php-soap',
'fpm_service': 'php5-fpm',
'xml_pkg': ' php5-xml',
'xml_pkg': 'php5-xml',
'imagick_pkg': 'php5-imagick',
'suhosin_pkg': 'php5-suhosin',
'imap_pkg': 'php5-imap',
@ -47,10 +47,10 @@
'memcached_pkg': 'php-pecl-memcached',
'mysql_pkg': 'php-mysql',
'mysqlnd_pkg': 'php-mysqlnd',
'pear_pkg': ' php-pear',
'soap_pkg': ' php-soap',
'pear_pkg': 'php-pear',
'soap_pkg': 'php-soap',
'fpm_service': 'php-fpm',
'xml_pkg': ' php-xml',
'xml_pkg': 'php-xml',
'imagick_pkg': 'php-pecl-imagick',
'suhosin_pkg': 'php-suhosin',
'imap_pkg': 'php-imap',

View File

@ -16,9 +16,9 @@
'memcached': 'php5-memcached',
'mysql': 'php5-mysql',
'mysqlnd': 'php5-mysqlnd',
'pear': ' php-pear',
'soap': ' php-soap',
'xml': ' php5-xml',
'pear': 'php-pear',
'soap': 'php-soap',
'xml': 'php5-xmlrpc',
'imagick': 'php5-imagick',
'suhosin': 'php5-suhosin',
'imap': 'php5-imap',
@ -60,9 +60,9 @@
'memcached': 'php-pecl-memcached',
'mysql': 'php-mysql',
'mysqlnd': 'php-mysqlnd',
'pear': ' php-pear',
'soap': ' php-soap',
'xml': ' php-xml',
'pear': 'php-pear',
'soap': 'php-soap',
'xml': 'php-xml',
'imagick': 'php-imagick',
'suhosin': 'php-suhosin',
'imap': 'php-imap',