File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ COPY apache /etc/apache2/
8080COPY 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++" \
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ COPY apache /etc/apache2/
8181COPY 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++" \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Port | PHP Version | Binary
19198056 | 5.6.31 | php-5.6
20208070 | 7.0.21 | php-7.0
21218071 | 7.1.7 | php-7.1
22- 8072 | 7.2.0beta1 | php-7.2
22+ 8072 | 7.2.0beta2 | php-7.2
2323
2424There are two tags for this image: `` wheezy `` and `` jessie `` , referring to the
2525underlying Debian base system releases. If you need PHP 5.1 or 5.2 you have to
Original file line number Diff line number Diff 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
1414PHP_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
2121mkdir -p bzips
You can’t perform that action at this time.
0 commit comments