This commit is contained in:
Holger Sielaff
2025-09-29 09:38:46 +02:00
parent 20c9a18d22
commit 8767f5c5ce

View File

@@ -5,7 +5,7 @@
*/ */
class ZabbixPHPExceptionHandler { class ZabbixPHPExceptionHandler {
private static $logFile = '/var/log/zabbix/php.log'; private static $logFile = '/var/log/zabbix/php.exceptions.log';
private static $previousHandler = null; private static $previousHandler = null;
private static $initialized = false; private static $initialized = false;
@@ -114,4 +114,4 @@ class ZabbixPHPExceptionHandler {
// Initialize the exception handler // Initialize the exception handler
ZabbixPHPExceptionHandler::init(); ZabbixPHPExceptionHandler::init();
?> ?>