[PATCH 2/2] Stop redirecting stderr with proc_open

Lukas Fleischer lfleischer at archlinux.org
Mon Jul 27 21:39:06 UTC 2020


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!


More information about the aur-dev mailing list