Home
last modified time | relevance | path

Searched hist:"521819 ff5d8ae44476d4cafa732aaf62858c8d95" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A DLogger.php521819ff5d8ae44476d4cafa732aaf62858c8d95 Mon Aug 26 14:12:33 UTC 2024 Andreas Gohr <andi@splitbrain.org> make sure stderr is defined in logger

STDERR is only defined when PHP is called from the command line.

In the docker health check we set DOKU_UNITTEST to make sure that errors
trigger exceptions instead being logged only. However when the error
then is also written to STDERR it fails.

This patch makes sure the data is written to PHP's STDERR stream handler
instead.

Should fix dokuwiki/docker#15