History log of /PHP-7.4/ext/standard/tests/streams/bug70362.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 2a334f16 07-Sep-2020 Nikita Popov

Don't leave behind temporary file in bug70362.phpt


# 7f3bc642 05-Mar-2020 Christoph M. Becker

Fix #70362: Can't copy() large 'data://' with open_basedir

open_basedir is only relevant for plain files, so there is no need to
check it for other URL wrappers.