This is an automated email from the ASF dual-hosted git repository. akrabat pushed a commit to branch env in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git
commit 8daabd0023601eeba2aea27119ecb30ffeb35ea1 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 | 1 + core/php7.3Action/CHANGELOG.md | 1 + 3 files changed, 3 insertions(+) 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..9e9006a 100644 --- a/core/php7.2Action/CHANGELOG.md +++ b/core/php7.2Action/CHANGELOG.md @@ -20,6 +20,7 @@ ## Apache 1.14.0-incubating (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
