Bump PHP 7.0 to RC5

http://php.net/archive/2015.php#id2015-10-15-2
This commit is contained in:
André R 2015-10-15 20:27:19 +02:00
parent c05f8260ab
commit 86875314ba
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
##</autogenerated>##
ENV PHP_VERSION 7.0.0RC4
ENV PHP_VERSION 7.0.0RC5
# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
RUN buildDeps=" \

View File

@ -25,7 +25,7 @@ ENV PHP_EXTRA_BUILD_DEPS apache2-dev
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
##</autogenerated>##
ENV PHP_VERSION 7.0.0RC4
ENV PHP_VERSION 7.0.0RC5
# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
RUN buildDeps=" \

View File

@ -13,7 +13,7 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
##</autogenerated>##
ENV PHP_VERSION 7.0.0RC4
ENV PHP_VERSION 7.0.0RC5
# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
RUN buildDeps=" \