]> granicus.if.org Git - php/commit
Fix #79008: General performance regression with PHP 7.4 on Windows
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 20 Dec 2019 15:23:32 +0000 (16:23 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 20 Dec 2019 15:28:11 +0000 (16:28 +0100)
commit6ec40569281e2c392dd14da00319bd10d1c5d3d6
tree3c2bf4f59b2cfd67f8e98fd200592a0f64926fe1
parentd5c55f81ec0d2290a2f4309d6b2aad2cd4cf7da9
Fix #79008: General performance regression with PHP 7.4 on Windows

We no longer try to retrieve the filename of a given stream when
fstat'ing, because this is very slow.  Since we neither didn't do that
in PHP 7.3 and earlier, we regard this as sensible trade-off.
NEWS
win32/ioutil.c