...
This commit is contained in:
@@ -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();
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user