From 19f863c79972cfff51cdde0993d0b44e9746cd2d Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 5 Dec 2018 21:59:54 +0100 Subject: [PATCH] Send PHP errors to STDERR --- php-errors.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php-errors.ini b/php-errors.ini index e213e7b..fc02f22 100644 --- a/php-errors.ini +++ b/php-errors.ini @@ -1,3 +1,6 @@ error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED display_errors = Off +log_errors = On +error_log = /dev/stderr +