PHP module readline only needs to be checked for cli usage

This commit is contained in:
cytopia
2018-12-28 18:00:16 +01:00
parent 6e0db69047
commit f376fd6766
12 changed files with 4 additions and 10 deletions

View File

@@ -224,6 +224,9 @@ RUN set -x \
{%- if ext == 'opcache' %}
&& php -m | grep -oiE '^Zend Opcache$' \
&& php-fpm -m | grep -oiE '^Zend Opcache$' \
{# #}
{%- elif ext == 'readline' %}
&& php -m | grep -oiE '^readline$' \
{# #}
{%- elif ext not in ['ioncube'] %}
&& php -m | grep -oiE '^{{ ext }}$' \

View File

@@ -1248,7 +1248,6 @@ extensions_available:
build_dep: [libpspell-dev]
run_dep: [libaspell15]
readline:
disabled: [5.3]
already_avail: "{{ php_all_versions }}"
recode:
already_avail: [5.3, 5.4]