Fix amqp for PHP 5.3, 5.4 and 5.5

This commit is contained in:
cytopia
2019-01-04 00:46:51 +01:00
parent 61352d2451
commit 9fedd002e8
4 changed files with 9 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ RUN set -x \
&& (rm -rf /usr/local/lib/php/doc/ioncube || true) \
\
# ---- Installing PHP Extension: amqp ----
&& echo "/usr" | pecl install amqp \
&& pecl install amqp-1.9.3 \
&& docker-php-ext-enable amqp \
&& (rm -rf /usr/local/lib/php/test/amqp || true) \
&& (rm -rf /usr/local/lib/php/doc/amqp || true) \