Merge pull request #26 from ckng/features/xml
Fixed Ubuntu/Debian xml package name and extra space typo
This commit is contained in:
commit
9464623c09
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user