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 {
private static $logFile = '/var/log/zabbix/php.log';
private static $logFile = '/var/log/zabbix/php.exceptions.log';
private static $previousHandler = null;
private static $initialized = false;