You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/01 22:00:52 UTC

[GitHub] akrabat opened a new pull request #46: [WIP] PHP 7.3 runtime

akrabat opened a new pull request #46: [WIP] PHP 7.3 runtime
URL: https://github.com/apache/incubator-openwhisk-runtime-php/pull/46
 
 
   PHP7.3 support for when it releases in early December.
   
   This runtime uses the Go runtime's ActionProxy as the front end. This speeds things up nicely!
   
   However, it also means that the detailed error reporting for invalid
   data being uploaded to /init is not possible as this is handled by the
   proxy. As a result, the specific tests that this affects have been
   moved to the PHP 7.1 and 7.2 test classes.
   
   Also, it's not possible to send back specific error messages for output
   with the action proxy, so the fatal error test no longer checks for the
   specific error text.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services