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

Allow this to be installed on PHP 8 #1

Open
wants to merge 170 commits into
base: master
Choose a base branch
from
Open

Allow this to be installed on PHP 8 #1

wants to merge 170 commits into from

Conversation

mcgrogan91
Copy link

No description provided.

dcramer and others added 30 commits May 31, 2017 09:30
* added Nette framework implementation
* Create specific section for unofficial integrations
* Update the integration with frameworks section
* added next implementation to the README

* fixed typo
* 1.7.0

* Backport getsentry#483 to be released as 1.7.1

(cherry picked from commit e2f3c47)

* Release patch 1.7.1
When a PHP extension has an error, raven tries to load a non-existent file (in our case newrelic/guzzle6), causing SplFileObject to throw a fatal error.
Do not attempt to load the file if it does not exist.
…g-filenames

Reflection for missing filenames
Remove ini_set call for unneeded functionality
* Add PHP 7.2 in CI
* Tests: PHP 7.2 fix
…ive php function has been disabled via disabled_functions.
rjmackay and others added 30 commits September 12, 2018 08:18
Add Processors section to configuration docs
Add missing definition of transaction
Do not force IPv4 protocol by default
…n-php-master

Fix PHP version not matching when running on php master
…en-not-sending

Do not return error id if we know we did not send the error
Added passing data from context in monolog breadcrumb handler
Added Magento 2 integration to the docs
Add October CMS plugin that enables users to include October specific information into their Sentry reports.

https://github.com/OFFLINE-GmbH/oc-sentry-plugin
https://octobercms.com/plugin/offline-sentry
* - fixed curl verify host

* Add (disabled) config for AppVeyor

* Revert unneeded change
…etsentry#632)

* Changeable default_max_depth in Raven_Serializer

* add tests to Raven_Serializer::setDefaultMaxDepth()

* remove @codeCoverageIgnore from Raven_Serializer::setDefaultMaxDepth() and getDefaultMaxDepth()
…etsentry#734)

* new Raven_Compat::substr() method calls mb_substr() if available fixes getsentry#727

* fix tests to support multibyte truncation.

* add Raven_Compat::strlen() method and cleanup Serializer
…tsentry#975)

* Array and string offset access syntax with curly braces is deprecated

* dist: trusty

* $path[0] may generate a notice with an empty string

* php 7.3 and 7.4 in travis
monolog/monolog - on version 1.0

* Change how we check if xdebug is loaded

This change is needed because the `xdebug.extended_info` ini setting was removed in xdebug 2.8 which fails to set the `xdebug.max_nesting_level` causing tests to fail.

Co-authored-by: Alex Bouma <[email protected]>
* Update changelog

* Add deprecation notice to the README
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.