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

Update next with latest changes #516

Merged
merged 19 commits into from
Feb 6, 2019
Merged

Update next with latest changes #516

merged 19 commits into from
Feb 6, 2019

Conversation

Cawllec
Copy link
Contributor

@Cawllec Cawllec commented Feb 5, 2019

Goal

Merges latest changes into next branch

Cawllec and others added 19 commits November 1, 2018 11:29
Makes it possible to modify stack frame values without having to
completely reconstruct the stack from modified frames.

For example, this now works:

```php
\Bugsnag::registerCallback(function ($report) {
    $frames = &$report->getStacktrace()->getFrames();
    foreach ($frames as &$frame) {
        $frame["inProject"] = true;
    }
});
```
HHVM has gone its own way from the true path of PHP 7

Ref: https://hhvm.com/blog/2017/09/18/the-future-of-hhvm.html
Restrict input file reads to PUT requests
v3.15.2: Changelog and version updates
Make every attempt to get the real hostname
@Cawllec Cawllec requested a review from a team February 5, 2019 16:18
@Cawllec Cawllec merged commit 3c71e1e into next Feb 6, 2019
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.

5 participants