This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git.
from 0db49c9 Update for action version. (#71)
new c05b859 travis - dist:xenial and language:java
new d91e35d The parameters need to be set up as environment variables so
that getenv() can retrieve them too
new 3e89f42 Add test for getenv/$_ENV equivalence.
new a2f3ad3 Add getenv support to PHP 7.1 and 7.2 runtimes
new 71c5821 Update changelog for getenv() support
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 8 +--
core/php7.1Action/CHANGELOG.md | 1 +
core/php7.1Action/router.php | 5 +-
core/php7.2Action/CHANGELOG.md | 3 +-
core/php7.2Action/router.php | 5 +-
core/php7.3Action/CHANGELOG.md | 1 +
core/php7.3Action/Dockerfile | 18 ++++---
core/php7.3Action/runner.php | 8 +--
.../Php7ActionContainerTests.scala | 57 ++++++++++++++++++++++
9 files changed, 85 insertions(+), 21 deletions(-)