Fix Debian package name for php.ng.xml state

XML module is already built-in. In any case, `php5-xmlrpc` package actually provides XML-RPC module.
This commit is contained in:
Teoh Han Hui 2015-05-21 02:10:23 +08:00
parent 5601d5e2a4
commit 3f3467d17a
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
'sqlite_pkg': 'php5-sqlite',
'redis_pkg': 'php5-redis',
'fpm_service': 'php5-fpm',
'xml_pkg': 'php5-xml',
'xml_pkg': 'php5',
'imagick_pkg': 'php5-imagick',
'suhosin_pkg': 'php5-suhosin',
'imap_pkg': 'php5-imap',

View File

@ -26,7 +26,7 @@
'sqlite': 'php5-sqlite',
'xdebug': 'php5-xdebug',
'xsl': 'php5-xsl',
'xml': 'php5-xmlrpc',
'xml': 'php5',
'redis': 'php5-redis',
'imagick': 'php5-imagick',
'suhosin': 'php5-suhosin',