You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ak...@apache.org on 2022/08/29 07:55:13 UTC

[openwhisk-runtime-php] branch master updated: add migration guide info to php8.1 changelog (#123)

This is an automated email from the ASF dual-hosted git repository.

akrabat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git


The following commit(s) were added to refs/heads/master by this push:
     new 91bd190  add migration guide info to php8.1 changelog (#123)
91bd190 is described below

commit 91bd19015aeb71cacee6b61ff53cb242922dfeb5
Author: Luke-Roy-IBM <83...@users.noreply.github.com>
AuthorDate: Mon Aug 29 09:55:08 2022 +0200

    add migration guide info to php8.1 changelog (#123)
---
 core/php8.1Action/CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/php8.1Action/CHANGELOG.md b/core/php8.1Action/CHANGELOG.md
index 7bec0b5..86530ee 100644
--- a/core/php8.1Action/CHANGELOG.md
+++ b/core/php8.1Action/CHANGELOG.md
@@ -17,6 +17,9 @@
 #
 -->
 
+## Migrating from PHP 7 to PHP 8
+PHP 8 as new features and some incompatiblities. See [migration guide](https://www.php.net/manual/en/migration80.php) for more information.
+
 ## Next Release
 Initial release