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

Merge release 2.7.1 into 2.8.x #62

Merged
merged 4 commits into from
Dec 15, 2022
Merged

Conversation

github-actions[bot]
Copy link

Release Notes for 2.7.1

2.7.x bugfix release (patch)

2.7.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

reinfi and others added 4 commits December 15, 2022 13:25
`call_user_func()` is automatically optimized away by PHP-SRC starting from
early PHP 7 releases, and therefore cannot be used to generate artificial
stack frames that are detected in PHP-SRC itself.

With this change, we use `array_map()` instead, which (for now) is not optimized
away (yet).
fix access of undefined array index file
@Ocramius Ocramius added the Bug Something isn't working label Dec 15, 2022
@Ocramius Ocramius added this to the 2.8.0 milestone Dec 15, 2022
@Ocramius Ocramius self-assigned this Dec 15, 2022
@Ocramius Ocramius merged commit 613563e into 2.8.x Dec 15, 2022
@Ocramius Ocramius deleted the 2.7.x-merge-up-into-2.8.x_4DuNZjX7 branch December 15, 2022 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants