It could be PHP looking for the per-directory configuration settings from the registry. (PHP makes the accesses in read-only mode, but the registry might be doing something funky to handle locking).
OR, it could be a dll that is loaded by one of your PHP extensions. Have you tried using a tool such as regmon to spy on it? http://www.sysinternals.com/ntw2k/source/regmon.shtml --Wez. On Wed, 11 Jun 2003, Dietrich Ayala wrote: > Thanks, but I tried that one straight away :) It's locked down, cannot even > copy it. > > Do any php-win developers have any idea why this is happening? I'm assuming > php is making some system call to write data to the hive, as it's not > accessible directly. It makes the same 3 writes every time it loads. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php