Skip to content

Enable sandboxed integration for Symfony on PHP 5#946

Merged
morrisonlevi merged 1 commit intomasterfrom
levi/build/sandbox-symfony-php5
Jul 6, 2020
Merged

Enable sandboxed integration for Symfony on PHP 5#946
morrisonlevi merged 1 commit intomasterfrom
levi/build/sandbox-symfony-php5

Conversation

@morrisonlevi
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants