Skip to content

Commit 7b5d320

Browse files
committed
Upgrade PHP 7.2.0beta1 to beta2
1 parent 44d950c commit 7b5d320

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile-Jessie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ COPY apache /etc/apache2/
8080
COPY phpfarm /phpfarm_mod
8181

8282
# The PHP versions to compile.
83-
ENV PHP_FARM_VERSIONS="5.3.29 5.4.45 5.5.38 5.6.31 7.0.21 7.1.7 7.2.0beta1" \
83+
ENV PHP_FARM_VERSIONS="5.3.29 5.4.45 5.5.38 5.6.31 7.0.21 7.1.7 7.2.0beta2" \
8484
\
8585
# Flags for C Compiler Loader: make php 5.3 work again.
8686
LDFLAGS="-lssl -lcrypto -lstdc++" \

Dockerfile-Wheezy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ COPY apache /etc/apache2/
8181
COPY phpfarm /phpfarm_mod
8282

8383
# The PHP versions to compile.
84-
ENV PHP_FARM_VERSIONS="5.1.6 5.2.17 5.3.29 5.4.45 5.5.38 5.6.31 7.0.21 7.1.7 7.2.0beta1" \
84+
ENV PHP_FARM_VERSIONS="5.1.6 5.2.17 5.3.29 5.4.45 5.5.38 5.6.31 7.0.21 7.1.7 7.2.0beta2" \
8585
\
8686
# Flags for C Compiler Loader: make php 5.3 work again.
8787
LDFLAGS="-lssl -lcrypto -lstdc++" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Port | PHP Version | Binary
1919
8056 | 5.6.31 | php-5.6
2020
8070 | 7.0.21 | php-7.0
2121
8071 | 7.1.7 | php-7.1
22-
8072 | 7.2.0beta1 | php-7.2
22+
8072 | 7.2.0beta2 | php-7.2
2323

2424
There are two tags for this image: ``wheezy`` and ``jessie``, referring to the
2525
underlying Debian base system releases. If you need PHP 5.1 or 5.2 you have to

phpfarm/bzips_download.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ PHP_VERSIONS=(
88
5.6.31
99
7.0.21
1010
7.1.7
11-
7.2.0beta1
11+
7.2.0beta2
1212
)
1313

1414
PHP_BZIPS=(
1515
http://php.net/get/php-5.6.31.tar.bz2/from/this/mirror
1616
http://php.net/get/php-7.0.21.tar.bz2/from/this/mirror
1717
http://php.net/get/php-7.1.7.tar.bz2/from/this/mirror
18-
https://downloads.php.net/~pollita/php-7.2.0beta1.tar.bz2
18+
https://downloads.php.net/~pollita/php-7.2.0beta2.tar.bz2
1919
)
2020

2121
mkdir -p bzips

0 commit comments

Comments
 (0)