mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
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.