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

Enable sandboxed integration for Symfony on PHP 5 #946

Merged
merged 1 commit into from Jul 6, 2020

Conversation

morrisonlevi
Copy link
Collaborator

@morrisonlevi morrisonlevi commented Jul 3, 2020

Description

This integration was already written; it just wasn't enabled. Sammy guesses that it's because we didn't support close-on-exit on PHP 5 at the time. We support it on PHP 5.6 now, so this should be good to go as long as the tests pass in CI.

Readiness checklist

  • Changelog has been added to the appropriate release draft.
  • Tests added for this feature/bug.

Reviewer checklist

  • Appropriate labels assigned.
  • Milestone is set.
  • Changelog has been added to the appropriate release draft.

@morrisonlevi morrisonlevi added this to the 0.47.0 milestone Jul 3, 2020
@morrisonlevi morrisonlevi marked this pull request as ready for review July 3, 2020 14:33
Copy link
Member

@labbati labbati left a comment

Choose a reason for hiding this comment

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

Sammy guesses that it's because we didn't support close-on-exit on PHP 5 at the time

This is correct. We have users using Symfony with exit() and we were not supporting exit on sandboxed for 5.6.

Looks good to me to be merged. Good catch @morrisonlevi!

@morrisonlevi morrisonlevi merged commit 0456307 into master Jul 6, 2020
@morrisonlevi morrisonlevi deleted the levi/build/sandbox-symfony-php5 branch July 6, 2020 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants