This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git
commit 71c5821a8f15a06d46adfab7b40252977458e092 Author: Rob Allen <[email protected]> AuthorDate: Sat Dec 14 21:34:31 2019 +0000 Update changelog for getenv() support --- core/php7.1Action/CHANGELOG.md | 1 + core/php7.2Action/CHANGELOG.md | 3 ++- core/php7.3Action/CHANGELOG.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/php7.1Action/CHANGELOG.md b/core/php7.1Action/CHANGELOG.md index b32fa53..b12368f 100644 --- a/core/php7.1Action/CHANGELOG.md +++ b/core/php7.1Action/CHANGELOG.md @@ -20,6 +20,7 @@ ## Apache 1.14.0 (next release) Changes: - Update version of PHP to 7.1.30 + - Support getenv() ## Apache 1.13.0-incubating Changes: diff --git a/core/php7.2Action/CHANGELOG.md b/core/php7.2Action/CHANGELOG.md index 5d361ae..879e17f 100644 --- a/core/php7.2Action/CHANGELOG.md +++ b/core/php7.2Action/CHANGELOG.md @@ -17,9 +17,10 @@ # --> -## Apache 1.14.0-incubating (next release) +## Apache 1.14.0 (next release) Changes: - Update version of PHP to 7.2.19 + - Support getenv() ## Apache 1.13.0-incubating Changes: diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md index 2e5d708..4c44cf3 100644 --- a/core/php7.3Action/CHANGELOG.md +++ b/core/php7.3Action/CHANGELOG.md @@ -20,6 +20,7 @@ Changes: - Update version of PHP to 7.3.6 - Added PHP extension mongodb + - Support getenv() ## Apache 1.13.0-incubating
