Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2300 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58832 invoked from network); 12 Jun 2003 19:14:12 -0000 Received: from unknown (HELO duplo.phpwebhosting.com) (64.65.61.213) by pb1.pair.com with SMTP; 12 Jun 2003 19:14:12 -0000 Received: (qmail 8355 invoked from network); 12 Jun 2003 19:13:19 -0000 Received: from unknown (HELO dw2kserv) (66.192.0.71) by duplo.phpwebhosting.com with SMTP; 12 Jun 2003 19:13:19 -0000 Message-ID: <005701c33116$ce210d60$6302000a@foundstone.com> To: "Wez Furlong" Cc: References: <001c01c33055$fa698a80$6302000a@foundstone.com> <012701c33084$a68ed260$6302000a@foundstone.com> Date: Thu, 12 Jun 2003 12:14:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: [PHP-DEV] php-win32 writing to system32 dir? From: dietrich@ganx4.com ("Dietrich Ayala") Thanks Wez. Regmon showed a series of registry accesses by php.exe, all reading. looks like registry might be doing something funky to handle locking is probably the case. -d ----- Original Message ----- From: "Wez Furlong" To: "Dietrich Ayala" Cc: Sent: Thursday, June 12, 2003 12:42 AM Subject: Re: [PHP-DEV] php-win32 writing to system32 dir? > 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 > >