mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
This PR changes the glob stream wrapper so it impacts "glob://" streamsas well. The idea is to do a check for each found path instead of the pattern which was not working correctly.