Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 7.3 runtime #46

Merged
merged 4 commits into from
Dec 12, 2018
Merged

PHP 7.3 runtime #46

merged 4 commits into from
Dec 12, 2018

Conversation

akrabat
Copy link
Member

@akrabat akrabat commented Dec 1, 2018

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 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 version has the reliable file detection code which is required to
detect zipped PHP files.
We need this for named multi-stage builds.
@akrabat akrabat changed the title [WIP] PHP 7.3 runtime PHP 7.3 runtime Dec 11, 2018
Copy link
Member

@csantanapr csantanapr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@csantanapr csantanapr merged commit 8256de1 into apache:master Dec 12, 2018
@akrabat akrabat deleted the php7.3 branch January 25, 2019 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants