Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Missing arguments in backtrace on PHP 7.4 #415

Description

@MartinStepar

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');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions