mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
Upgrade to RC7 Release.
This commit is contained in:
parent
acad9366f6
commit
ab08029415
@ -12,7 +12,7 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
|
||||
##<autogenerated>##
|
||||
##</autogenerated>##
|
||||
|
||||
ENV PHP_VERSION 7.0.0RC6
|
||||
ENV PHP_VERSION 7.0.0RC7
|
||||
|
||||
# --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=" \
|
||||
|
@ -25,7 +25,7 @@ ENV PHP_EXTRA_BUILD_DEPS apache2-dev
|
||||
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
|
||||
##</autogenerated>##
|
||||
|
||||
ENV PHP_VERSION 7.0.0RC6
|
||||
ENV PHP_VERSION 7.0.0RC7
|
||||
|
||||
# --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=" \
|
||||
|
@ -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.0RC6
|
||||
ENV PHP_VERSION 7.0.0RC7
|
||||
|
||||
# --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=" \
|
||||
|
Loading…
Reference in New Issue
Block a user