From: [EMAIL PROTECTED] Operating system: all PHP version: 4.3.0RC2 PHP Bug Type: Feature/Change Request Bug description: get_included_files() addition for md5 hashes..
I was writing a chaching system for the web project software I'm making, when I realised that it's pretty much useless to have it in a non-production environment.. so i have to clear the chache everytime i edit a file (in case the output changes, so i can see it in realtime).. the other sollution is to have a function which would return md5sum for all included files which is what i would like you to do - it's better that the md5 hash is stored somewhere internally, as you load the file anyway, instead of reloading everything from get_included_files() it probablly wouldnt be used much, but its not such of a huge memory/cpu footprint (if possible) -- Edit bug report at http://bugs.php.net/?id=20883&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20883&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20883&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20883&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20883&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20883&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20883&r=support Expected behavior: http://bugs.php.net/fix.php?id=20883&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20883&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20883&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20883&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20883&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20883&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20883&r=isapi
