Fix php(5) typo

This commit is contained in:
jeroen92 2015-03-06 15:49:06 +01:00
parent 8194cba6aa
commit be2f5d7a0d
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
'mysqlnd_pkg': 'php5-mysqlnd',
'pear_pkg': 'php-pear',
'soap_pkg': 'php-soap',
'sqlite_pkg': 'php-sqlite',
'sqlite_pkg': 'php5-sqlite',
'redis_pkg': 'php5-redis',
'fpm_service': 'php5-fpm',
'xml_pkg': 'php5-xml',
@ -51,7 +51,7 @@
'mysqlnd_pkg': 'php-mysqlnd',
'pear_pkg': 'php-pear',
'soap_pkg': 'php-soap',
'sqlite_pkg': 'php-sqlite',
'sqlite_pkg': 'php5-sqlite',
'redis_pkg': 'php-redis',
'fpm_service': 'php-fpm',
'xml_pkg': 'php-xml',

View File

@ -19,7 +19,7 @@
'mysqlnd': 'php5-mysqlnd',
'pear': 'php-pear',
'soap': 'php-soap',
'sqlite': 'php-sqlite',
'sqlite': 'php5-sqlite',
'xml': 'php5-xmlrpc',
'redis': 'php5-redis',
'imagick': 'php5-imagick',
@ -68,7 +68,7 @@
'mysqlnd': 'php-mysqlnd',
'pear': 'php-pear',
'soap': 'php-soap',
'sqlite': 'php-sqlite',
'sqlite': 'php5-sqlite',
'xml': 'php-xml',
'redis': 'php-redis',
'imagick': 'php-imagick',