From 5b726068ec7ae88b38dd31f80660017da9363e36 Mon Sep 17 00:00:00 2001 From: groot Date: Sat, 3 May 2025 23:17:38 +0000 Subject: [PATCH] php/php.ini aktualisiert --- php/php.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/php.ini b/php/php.ini index 58faccc..dd9e5d9 100644 --- a/php/php.ini +++ b/php/php.ini @@ -596,6 +596,8 @@ report_memleaks = On ; Log errors to syslog (Event Log on Windows). ;error_log = syslog +error_log = /dev/stderr + ; The syslog ident is a string which is prepended to every message logged ; to syslog. Only used when error_log is set to syslog. ;syslog.ident = php