Skip to content

Commit bbc2f60

Browse files
committed
update to php versions 5.6.36, 7.0.30, 7.2.5
1 parent ab5e168 commit bbc2f60

File tree

23 files changed

+152
-134
lines changed

23 files changed

+152
-134
lines changed

7.0.6-apache-xdebug/Dockerfile renamed to 5.6.36-apache-xdebug/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM appsvc/php:7.0.6-apache-2
1+
FROM appsvc/php:5.6.36-apache_1805092223
22
MAINTAINER Azure App Services Container Images <[email protected]>
33

4-
RUN yes | pecl install xdebug \
4+
RUN yes | pecl install xdebug-2.5.5 \
55
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
66
&& echo "xdebug.remote_enable=on" >> /usr/local/etc/php/conf.d/xdebug.ini \
77
&& echo "xdebug.remote_autostart=off" >> /usr/local/etc/php/conf.d/xdebug.ini \
File renamed without changes.

5.6.21-apache/Dockerfile renamed to 5.6.36-apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:5.6.21-apache
1+
FROM php:5.6.36-apache
22
MAINTAINER Azure App Services Container Images <[email protected]>
33

44
COPY apache2.conf /bin/
@@ -84,7 +84,7 @@ COPY sshd_config /etc/ssh/
8484
EXPOSE 2222 8080
8585

8686
ENV APACHE_RUN_USER www-data
87-
ENV PHP_VERSION 5.6.21
87+
ENV PHP_VERSION 5.6.36
8888

8989
ENV PORT 8080
9090
ENV WEBSITE_ROLE_INSTANCE_ID localRoleInstance
File renamed without changes.

7.0.6-apache/hostingstart.html renamed to 5.6.36-apache/hostingstart.html

Lines changed: 37 additions & 37 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

5.6.21-apache-xdebug/Dockerfile renamed to 7.0.30-apache-xdebug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM appsvc/php:5.6.21-apache-2
1+
FROM appsvc/php:7.0.30-apache_1805092223
22
MAINTAINER Azure App Services Container Images <[email protected]>
33

44
RUN yes | pecl install xdebug \
File renamed without changes.

7.0.6-apache/Dockerfile renamed to 7.0.30-apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.0.6-apache
1+
FROM php:7.0.30-apache
22
MAINTAINER Azure App Services Container Images <[email protected]>
33

44
COPY apache2.conf /bin/
@@ -85,7 +85,7 @@ COPY sshd_config /etc/ssh/
8585
EXPOSE 2222 8080
8686

8787
ENV APACHE_RUN_USER www-data
88-
ENV PHP_VERSION 7.0.6
88+
ENV PHP_VERSION 7.0.30
8989

9090
ENV PORT 8080
9191
ENV WEBSITE_ROLE_INSTANCE_ID localRoleInstance

0 commit comments

Comments
 (0)