[GIT-PULLS] [php-src] PR #22836: streams: refactor _php_stream_opendir()
[email protected] (Girgias) Mon, 20 Jul 2026 18:55:10 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22836 Author: Girgias The motivation is make the code more legible, use the newer stream error APIs, and let the wrapper hook handle the `REPORT_ERROR` option in a way it decides. As currently if the wrapper emits errors *and* returns a stream, those errors are suppressed.