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

fix(agent): revert to using zend_error_cb hook for error reporting #851

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

ZNeumann
Copy link
Contributor

@ZNeumann ZNeumann commented Mar 13, 2024

Remove unwanted error reporting by overwriting zend_error_cb instead of using OAPI.

@codecov-commenter
Copy link

codecov-commenter commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.70%. Comparing base (86f7753) to head (f5d8d84).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #851      +/-   ##
==========================================
- Coverage   78.71%   78.70%   -0.01%     
==========================================
  Files         193      193              
  Lines       27109    27109              
==========================================
- Hits        21339    21337       -2     
- Misses       5770     5772       +2     
Flag Coverage Δ
agent-for-php-7.0 77.79% <ø> (ø)
agent-for-php-7.1 77.52% <ø> (ø)
agent-for-php-7.2 78.09% <ø> (ø)
agent-for-php-7.3 78.11% <ø> (ø)
agent-for-php-7.4 77.77% <ø> (ø)
agent-for-php-8.0 77.83% <100.00%> (-0.01%) ⬇️
agent-for-php-8.1 77.81% <100.00%> (-0.01%) ⬇️
agent-for-php-8.2 77.41% <100.00%> (-0.01%) ⬇️
agent-for-php-8.3 77.41% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lavarou lavarou changed the title fix(agent): remove unwanted error reporting by overwriting zend_error… fix(agent): revert to using zend_error_cb hook for error reporting Mar 13, 2024
@ZNeumann ZNeumann marked this pull request as ready for review March 13, 2024 21:11
Copy link
Member

@lavarou lavarou left a comment

Choose a reason for hiding this comment

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

LGTM

@zsistla zsistla added this to the next-release milestone Mar 14, 2024
@ZNeumann ZNeumann merged commit c9c6fba into dev Mar 15, 2024
58 checks passed
@php4fan
Copy link

php4fan commented Apr 11, 2024

Could this be the cause of #872 somehow? I started observing that regression after updating from 10.13 to 10.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants