Disable `zend.exception_ignore_args` for PHP 8.2 once WCF's exception handler is...
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 11 Jul 2022 10:18:01 +0000 (12:18 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 11 Jul 2022 10:18:01 +0000 (12:18 +0200)
commit316dbefaa34eace0ff8db4cadcb0c52b5cae673c
tree9c8eab7551f1536ec05d83f16385940f93f689b4
parent108dbe260b3395ed4b39bf2f5d562656323356aa
Disable `zend.exception_ignore_args` for PHP 8.2 once WCF's exception handler is bound

With the introduction of the `\SensitiveParameter` attribute in PHP sensitive
values in stack traces should be sanitized and administrators already have the
capability of disabling the public printing of the stack trace.

Force enable the collection of stack frame arguments for exceptions to ease
debugging.
wcfsetup/install/files/lib/core.functions.php