On Mon, 27 Jul 2020 at 08:44:03, Frédéric Mangano-Tarumi wrote: > Error outputs were piped to a temporary buffer that wasn\u2019t read by > anyone, making debugging hard because errors were completely silenced. > By not explicitly redirecting stderr on proc_open, the subprocess > inherits its parent stderr. > --- > web/lib/acctfuncs.inc.php | 2 -- > web/lib/pkgbasefuncs.inc.php | 2 -- > 2 files changed, 4 deletions(-)
Good point. Merged, thanks!