Skip to content

Update to PHP7.1 GA #342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ language: bash
services: docker

env:
- VERSION=7.1-rc VARIANT=
- VERSION=7.1-rc VARIANT=alpine
- VERSION=7.1-rc VARIANT=apache
- VERSION=7.1-rc VARIANT=fpm
- VERSION=7.1-rc VARIANT=fpm/alpine
- VERSION=7.1-rc VARIANT=zts
- VERSION=7.1-rc VARIANT=zts/alpine
- VERSION=7.1 VARIANT=
- VERSION=7.1 VARIANT=alpine
- VERSION=7.1 VARIANT=apache
- VERSION=7.1 VARIANT=fpm
- VERSION=7.1 VARIANT=fpm/alpine
- VERSION=7.1 VARIANT=zts
- VERSION=7.1 VARIANT=zts/alpine
- VERSION=7.0 VARIANT=
- VERSION=7.0 VARIANT=alpine
- VERSION=7.0 VARIANT=apache
Expand Down
6 changes: 3 additions & 3 deletions 7.1-rc/Dockerfile → 7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ RUN mkdir -p $PHP_INI_DIR/conf.d

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

ENV PHP_VERSION 7.1.0RC6
ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC6.tar.xz" PHP_ASC_URL=""
ENV PHP_SHA256="3812b54ff84b32cb3750994088161e9c6455000499f4716b635b7c1e64a75a2c" PHP_MD5="26bb2d5dc690b3463a0fea3d71fcf935"
ENV PHP_VERSION 7.1.0
ENV PHP_URL="https://secure.php.net/get/php-7.1.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.0.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="a810b3f29c21407c24caa88f50649320d20ba6892ae1923132598b8a0ca145b6" PHP_MD5="cf36039303c47f493100afea522a8f53"

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1-rc/alpine/Dockerfile → 7.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ RUN mkdir -p $PHP_INI_DIR/conf.d

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

ENV PHP_VERSION 7.1.0RC6
ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC6.tar.xz" PHP_ASC_URL=""
ENV PHP_SHA256="3812b54ff84b32cb3750994088161e9c6455000499f4716b635b7c1e64a75a2c" PHP_MD5="26bb2d5dc690b3463a0fea3d71fcf935"
ENV PHP_VERSION 7.1.0
ENV PHP_URL="https://secure.php.net/get/php-7.1.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.0.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="a810b3f29c21407c24caa88f50649320d20ba6892ae1923132598b8a0ca145b6" PHP_MD5="cf36039303c47f493100afea522a8f53"

RUN set -xe; \
\
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions 7.1-rc/apache/Dockerfile → 7.1/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

ENV PHP_VERSION 7.1.0RC6
ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC6.tar.xz" PHP_ASC_URL=""
ENV PHP_SHA256="3812b54ff84b32cb3750994088161e9c6455000499f4716b635b7c1e64a75a2c" PHP_MD5="26bb2d5dc690b3463a0fea3d71fcf935"
ENV PHP_VERSION 7.1.0
ENV PHP_URL="https://secure.php.net/get/php-7.1.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.0.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="a810b3f29c21407c24caa88f50649320d20ba6892ae1923132598b8a0ca145b6" PHP_MD5="cf36039303c47f493100afea522a8f53"

RUN set -xe; \
\
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions 7.1-rc/fpm/Dockerfile → 7.1/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

ENV PHP_VERSION 7.1.0RC6
ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC6.tar.xz" PHP_ASC_URL=""
ENV PHP_SHA256="3812b54ff84b32cb3750994088161e9c6455000499f4716b635b7c1e64a75a2c" PHP_MD5="26bb2d5dc690b3463a0fea3d71fcf935"
ENV PHP_VERSION 7.1.0
ENV PHP_URL="https://secure.php.net/get/php-7.1.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.0.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="a810b3f29c21407c24caa88f50649320d20ba6892ae1923132598b8a0ca145b6" PHP_MD5="cf36039303c47f493100afea522a8f53"

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1-rc/fpm/alpine/Dockerfile → 7.1/fpm/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

ENV PHP_VERSION 7.1.0RC6
ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC6.tar.xz" PHP_ASC_URL=""
ENV PHP_SHA256="3812b54ff84b32cb3750994088161e9c6455000499f4716b635b7c1e64a75a2c" PHP_MD5="26bb2d5dc690b3463a0fea3d71fcf935"
ENV PHP_VERSION 7.1.0
ENV PHP_URL="https://secure.php.net/get/php-7.1.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.0.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="a810b3f29c21407c24caa88f50649320d20ba6892ae1923132598b8a0ca145b6" PHP_MD5="cf36039303c47f493100afea522a8f53"

RUN set -xe; \
\
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions 7.1-rc/zts/Dockerfile → 7.1/zts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

ENV PHP_VERSION 7.1.0RC6
ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC6.tar.xz" PHP_ASC_URL=""
ENV PHP_SHA256="3812b54ff84b32cb3750994088161e9c6455000499f4716b635b7c1e64a75a2c" PHP_MD5="26bb2d5dc690b3463a0fea3d71fcf935"
ENV PHP_VERSION 7.1.0
ENV PHP_URL="https://secure.php.net/get/php-7.1.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.0.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="a810b3f29c21407c24caa88f50649320d20ba6892ae1923132598b8a0ca145b6" PHP_MD5="cf36039303c47f493100afea522a8f53"

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1-rc/zts/alpine/Dockerfile → 7.1/zts/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0

ENV PHP_VERSION 7.1.0RC6
ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC6.tar.xz" PHP_ASC_URL=""
ENV PHP_SHA256="3812b54ff84b32cb3750994088161e9c6455000499f4716b635b7c1e64a75a2c" PHP_MD5="26bb2d5dc690b3463a0fea3d71fcf935"
ENV PHP_VERSION 7.1.0
ENV PHP_URL="https://secure.php.net/get/php-7.1.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.0.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="a810b3f29c21407c24caa88f50649320d20ba6892ae1923132598b8a0ca145b6" PHP_MD5="cf36039303c47f493100afea522a8f53"

RUN set -xe; \
\
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.