mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
2576c57a51
We have to log errors in `stream_opener` callbacks to the wrapper's error log, because otherwise we may pick up an unrelated `errno` or a most generic message. Closes GH-6187.