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

Missing arguments in backtrace on PHP 7.4 #415

Closed
MartinStepar opened this issue Apr 15, 2020 · 1 comment
Closed

Missing arguments in backtrace on PHP 7.4 #415

MartinStepar opened this issue Apr 15, 2020 · 1 comment

Comments

@MartinStepar
Copy link

MartinStepar commented Apr 15, 2020

Version: 2.7.3

On PHP 7.4 is new INI directive zend.exception_ignore_args. When set to On (default value), no arguments are returned from method Exception::getTrace().

Possible solution is disabling this feature using ini_set function after line

ini_set('log_errors', '0');

@MartinStepar
Copy link
Author

Thanks!

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

No branches or pull requests

1 participant