Skip to content

Commit afbc88b

Browse files
committed
Fix "Invalidly formatted 'pkgs' parameter." error with php-readline
1 parent 4a0dfac commit afbc88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/ng/map.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,6 +2231,7 @@
22312231
'php': 'php' + phpng_version,
22322232
'phpenmod_command': 'phpenmod -v' + phpng_version,
22332233
'pspell': 'php' + phpng_version + '-pspell',
2234+
'readline': 'php' + phpng_version + '-readline',
22342235
'redis': 'php-redis',
22352236
'seclib': ['php-phpseclib', 'php-seclib'],
22362237
'snmp': 'php' + phpng_version + '-snmp',

0 commit comments

Comments
 (0)