mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 10:11:49 +01:00
Support PHP 5.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM php:5.6-cli
|
||||
FROM php:5.4-cli
|
||||
|
||||
#
|
||||
# Tools & libraries
|
||||
@@ -31,12 +31,15 @@ COPY php.ini /usr/local/etc/php/php.ini
|
||||
ARG TIMEZONE
|
||||
RUN echo "\n""date.timezone = $TIMEZONE""\n" >> /usr/local/etc/php/php.ini
|
||||
|
||||
#
|
||||
# Disabled, because:
|
||||
# PHP versions below 5.5 are not supported
|
||||
#
|
||||
# Xdebug
|
||||
#
|
||||
RUN pecl install xdebug \
|
||||
&& docker-php-ext-enable xdebug
|
||||
COPY xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
|
||||
#RUN pecl install xdebug \
|
||||
# && docker-php-ext-enable xdebug
|
||||
#COPY xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
|
||||
|
||||
#
|
||||
# Phing
|
||||
|
||||
Reference in New Issue
Block a user