-
Change Request (Sub-task)
-
Resolution: Fixed
-
Trivial
-
6.0.3, 6.2.0alpha1, 6.2 (plan)
-
None
-
Sprint 83 (Dec 2021), Sprint 84 (Jan 2022), Sprint 85 (Feb 2022), Sprint 86 (Mar 2022), Sprint 87 (Apr 2022), Sprint 88 (May 2022), Sprint 89 (Jun 2022), Sprint 90 (Jul 2022)
-
0.25
PHP function zbx_err_handler needs a fix to skip silenced errors in PHP 8 (silencing done using @ operator).
The function currently tests error_reporting() for 0. This does not work starting with PHP 8. Search for @ in here: https://www.php.net/manual/en/migration80.incompatible.php
See screenshot attached.