ID: 38567 User updated by: glen at delfi dot ee Reported By: glen at delfi dot ee -Status: Feedback +Status: Open Bug Type: Feature/Change Request Operating System: PLD Linux PHP Version: 5.1.5 New Comment:
no changes. tried php5.2-200608231430 Previous Comments: ------------------------------------------------------------------------ [2006-08-23 15:27:19] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip ------------------------------------------------------------------------ [2006-08-23 15:03:20] glen at delfi dot ee Description: ------------ $ strace php -r 'for ($i=0;$i<5;$i++) {$fp=fopen("/home/glen/tmp/php/long/test/dir/is/here/$i","w");fclose($fp);}' 2>&1 |grep /home this will call lstat64() each time on: /home /home/glen /home/glen/tmp /home/glen/tmp/php /home/glen/tmp/php/long /home/glen/tmp/php/long/test /home/glen/tmp/php/long/test/dir /home/glen/tmp/php/long/test/dir/is /home/glen/tmp/php/long/test/dir/is/here while it should either don't do them at all or at least cache the paths that haven't been altered (i only write to last dir) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38567&edit=1
