]> granicus.if.org Git - php/commit
Fix #70362: Can't copy() large 'data://' with open_basedir
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 5 Mar 2020 11:20:04 +0000 (12:20 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 30 Jun 2020 08:46:53 +0000 (10:46 +0200)
commit7f3bc64287588f6a838d1a9524624deba1e5e153
treecd0f8a7511a02a8f4503f68a84b47a0f368ac305
parenta385cfa7ad7fe3621bb6095ff88bc8d74b358df0
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.
NEWS
ext/standard/file.c
ext/standard/tests/streams/bug70362.phpt [new file with mode: 0644]