mirror of
https://github.com/php/php-src.git
synced 2026-04-13 02:52:48 +02:00
Stop closing stderr and stdout streams (#8569)
Extensions may (and do) write to stderr in mshutdown and similar. In the best case, with the stderr stream closed, it's just swallowed. However, some libraries will do things like try to detect color, and these will outright fail and cause an error path to be taken.
This commit is contained in:
committed by
Arnaud Le Blanc
parent
33850fbb15
commit
fa78e17724
Reference in New Issue
Block a user