History log of /PHP-7.3/ext/standard/tests/streams/bug70362.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 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.