File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Apache OpenWhisk Runtime PHP
2- Copyright 2016-2020 The Apache Software Foundation
2+ Copyright 2016-2021 The Apache Software Foundation
33
44This product includes software developed at
55The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change 1616# limitations under the License.
1717#
1818-->
19- ## Next Release
20- - Update version of PHP to 7.3.23
19+ ## Apache 1.16.0
20+ - Update version of PHP to 7.3.27
21+ - Use openwhisk-runtime-go 1.17.0 to build proxy
22+ - Update guzzlehttp/guzzle to 6.5.5
23+ - Update ramsey/uuid to 3.9.3
2124
2225## Apache 1.15.0
2326 - Update version of PHP to 7.3.22
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN curl -sL \
2828 && cd openwhisk-runtime-go-*/main\
2929 && GO111MODULE=on go build -o /bin/proxy
3030
31- FROM php:7.3.23 -cli-stretch
31+ FROM php:7.3.27 -cli-stretch
3232
3333# select the builder to use
3434ARG GO_PROXY_BUILD_FROM=release
Original file line number Diff line number Diff line change 55 }
66 },
77 "require" : {
8- "guzzlehttp/guzzle" : " 6.5.0 " ,
9- "ramsey/uuid" : " 3.9.1 "
8+ "guzzlehttp/guzzle" : " 6.5.5 " ,
9+ "ramsey/uuid" : " 3.9.3 "
1010 }
1111}
Original file line number Diff line number Diff line change 1616# limitations under the License.
1717#
1818-->
19- ## Next Release
20- - Update version of PHP to 7.4.11
19+ ## Apache 1.16.0
20+ - Update version of PHP to 7.4.15
21+ - Use openwhisk-runtime-go 1.17.0 to build proxy
22+ - Update guzzlehttp/guzzle to 6.5.5
23+ - Update ramsey/uuid to 3.9.3
2124
2225## Apache 1.15.0
2326 - Update version of PHP to 7.4.10
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN curl -sL \
2828 && cd openwhisk-runtime-go-*/main\
2929 && GO111MODULE=on go build -o /bin/proxy
3030
31- FROM php:7.4.11 -cli-buster
31+ FROM php:7.4.15 -cli-buster
3232
3333# select the builder to use
3434ARG GO_PROXY_BUILD_FROM=release
Original file line number Diff line number Diff line change 55 }
66 },
77 "require" : {
8- "guzzlehttp/guzzle" : " 6.5.0 " ,
9- "ramsey/uuid" : " 3.9.1 "
8+ "guzzlehttp/guzzle" : " 6.5.5 " ,
9+ "ramsey/uuid" : " 3.9.3 "
1010 }
1111}
Original file line number Diff line number Diff line change 1616# limitations under the License.
1717#
1818-->
19- ## Next Release
19+ ## Apache 1.16.0
2020Initial release
21- - Added: PHP: 8.0.1
21+
22+ - Added: PHP: 8.0.2
23+ - Used openwhisk-runtime-go 1.17.0 to build proxy
2224- Added: PHP extensions in addition to the standard ones:
2325 - bcmath
2426 - curl
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN curl -sL \
2828 && cd openwhisk-runtime-go-*/main\
2929 && GO111MODULE=on go build -o /bin/proxy
3030
31- FROM php:8.0.1 -cli-buster
31+ FROM php:8.0.2 -cli-buster
3232
3333# select the builder to use
3434ARG GO_PROXY_BUILD_FROM=release
You can’t perform that action at this time.
0 commit comments