-
Notifications
You must be signed in to change notification settings - Fork 63
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): Fix error reporting when EH_THROW is enabled #876
Commits on Apr 11, 2024
-
fix(agent): Fix error reporting when EH_THROW is enabled
/* * For a the following error codes: * E_WARNING || E_CORE_WARNING || E_COMPILE_WARNING || E_USER_WARNING * PHP triggers an exception if EH_THROW is toggled on and then immediately * returns after throwing the exception. See for more info: * https://github.com/php/php-src/blob/master/main/main.c In that case, we * should not handle it, but we should exist and let the exception handler * deal with it; otherwise, we could record an error even if an exception is * caught. */
Configuration menu - View commit details
-
Copy full SHA for 7d8b174 - Browse repository at this point
Copy the full SHA 7d8b174View commit details -
fix(agent): Fix error reporting when EH_THROW is enabled
/* * For a the following error codes: * E_WARNING || E_CORE_WARNING || E_COMPILE_WARNING || E_USER_WARNING * PHP triggers an exception if EH_THROW is toggled on and then immediately * returns after throwing the exception. See for more info: * https://github.com/php/php-src/blob/master/main/main.c In that case, we * should not handle it, but we should exist and let the exception handler * deal with it; otherwise, we could record an error even if an exception is * caught. */
Configuration menu - View commit details
-
Copy full SHA for 0db7169 - Browse repository at this point
Copy the full SHA 0db7169View commit details
Commits on Apr 17, 2024
-
Co-authored-by: ZNeumann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c6ebdc - Browse repository at this point
Copy the full SHA 1c6ebdcView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb7d58a - Browse repository at this point
Copy the full SHA cb7d58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c0cb0 - Browse repository at this point
Copy the full SHA 48c0cb0View commit details -
Co-authored-by: Michal Nowacki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c30c43 - Browse repository at this point
Copy the full SHA 0c30c43View commit details -
Update tests/integration/errors/test_EH_THROW_errors_caught_exception…
….php Co-authored-by: Michal Nowacki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eabce3b - Browse repository at this point
Copy the full SHA eabce3bView commit details -
Update tests/integration/errors/test_EH_THROW_errors_uncaught_excepti…
…on.php Co-authored-by: Michal Nowacki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98febf4 - Browse repository at this point
Copy the full SHA 98febf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed0456a - Browse repository at this point
Copy the full SHA ed0456aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc91192 - Browse repository at this point
Copy the full SHA cc91192View commit details -
Co-authored-by: Michal Nowacki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49ee178 - Browse repository at this point
Copy the full SHA 49ee178View commit details