Skip to content

Commit d8678d1

Browse files
committed
Update PHP 5.4.44 to 5.4.45
1 parent 5d19b2e commit d8678d1

3 files changed

Lines changed: 3 additions & 3 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.44 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.0beta1" \
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.44 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.0beta1" \
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
@@ -14,7 +14,7 @@ Port | PHP Version | Binary
1414
8051 | 5.1.6 | php-5.1 (wheezy only)
1515
8052 | 5.2.17 | php-5.2 (wheezy only)
1616
8053 | 5.3.29 | php-5.3
17-
8054 | 5.4.44 | php-5.4
17+
8054 | 5.4.45 | php-5.4
1818
8055 | 5.5.38 | php-5.5
1919
8056 | 5.6.31 | php-5.6
2020
8070 | 7.0.21 | php-7.0

0 commit comments

Comments
 (0)