From: project dot draco at gmx dot net Operating system: win98 PHP version: 4.3.1 PHP Bug Type: *Directory/Filesystem functions Bug description: stat failed- system performance
On lots of filesystem-functions you get the well known warning stat failed on xyz (errno 2- no such file..) etc. It occurs with non-existent files and remote-url in general. I know, that we can turn this of (errorreporting=0) but if you look at google (just type in stat failed php) you get HUNDREDS of them, so whats going on ther, he? Furthermore, this mysterious stat seems to leed to an performance loss. I detected this on my web page, where i use a heavy cms-like script, and my sysmin changed (without notice, like they always do) from 4.0.6 to 4.3.1 The same page, that ran prior in 0.8 secs now took up to 3-4 secs. The serverload did NOT increase meanwhile! I reproduced a similar behavior on my development system at home, where the performance loss was less, but clearly visible (about 10-20% exec.time) So it seems, this does not depend on System, Config or so on (we talk about two VERY different environments - the one is freebsd, the other win98) Whats going on with this behaviour??? thx mir -- Edit bug report at http://bugs.php.net/?id=22827&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22827&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22827&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22827&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22827&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22827&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22827&r=support Expected behavior: http://bugs.php.net/fix.php?id=22827&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22827&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22827&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22827&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22827&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22827&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22827&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22827&r=gnused
