Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2288 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65161 invoked from network); 11 Jun 2003 20:28:11 -0000 Received: from unknown (HELO ns1.xprowler.com) (64.246.18.33) by pb1.pair.com with SMTP; 11 Jun 2003 20:28:11 -0000 Received: from Marshall (adsl-66-73-176-225.dsl.sfldmi.ameritech.net [66.73.176.225]) (authenticated (0 bits)) by ns1.xprowler.com (8.11.6/8.11.6) with ESMTP id h5BKxGj02289 for ; Wed, 11 Jun 2003 16:59:16 -0400 Message-ID: <007501c33058$3accc720$6501a8c0@Marshall> To: References: <001c01c33055$fa698a80$6302000a@foundstone.com> Date: Wed, 11 Jun 2003 16:29:59 -0400 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: marshall@magpcss.com ("Marshall A. Greenblatt") ----- Original Message ----- From: "Dietrich Ayala" To: Sent: Wednesday, June 11, 2003 4:13 PM Subject: [PHP-DEV] php-win32 writing to system32 dir? > php.exe seems to be writing to this file every time it loads: > > C:\WINNT\system32\config\software.LOG > > anyone have info on why this is happening, and how i would stop it? This file is the repository for the HKEY_LOCAL_MACHINE\SOFTWARE registry hive on Windows NT systems -- it's not specific to PHP. See http://scilnet.fortlewis.edu/tech/NT-Server/registry.htm > > TIA, > > dietrich - Marshall