History log of /PHP-8.2/ext/spl/tests/bug65069.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 1a9e6895 24-Jul-2022 Jakub Zelenka

Fix #65069: GlobIterator incorrect handling of open_basedir check

This PR changes the glob stream wrapper so it impacts "glob://"
streamsas well. The idea is to do a check for each found

Fix #65069: GlobIterator incorrect handling of open_basedir check

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.

show more ...