Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77981 invoked by uid 1010); 11 Aug 2006 01:50:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77966 invoked from network); 11 Aug 2006 01:50:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2006 01:50:34 -0000 X-PHP-List-Original-Sender: rrichards@ctindustries.net X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.4/2.6 Received: from ([216.117.147.250:36579] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 55/29-04634-862EBD44 for ; Thu, 10 Aug 2006 21:50:34 -0400 Received: from [127.0.0.1] (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id k7B1mHCx018309; Thu, 10 Aug 2006 21:48:18 -0400 Message-ID: <44DBE2DC.5060405@ctindustries.net> Date: Thu, 10 Aug 2006 21:52:28 -0400 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Edin Kadribasic CC: "internals@lists.php.net" References: <44DB9EEA.7030309@ctindustries.net> <44DBA43C.7040200@emini.dk> In-Reply-To: <44DBA43C.7040200@emini.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0632-2, 08/10/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV 0.88.3/1644/Wed Aug 9 23:55:42 2006 on ctindustries.net X-Virus-Status: Clean Subject: Re: [PHP-DEV] libxml2/threading/win 2003 From: rrichards@ctindustries.net (Rob Richards) Doesn't really matter where it is. The only reason I added it in libxml.c was since libxml2 was the first/only lib needing a DllMain in teh php5ts_xxx.dll build, I put it there so there was minimal changes to the core code. Evenutally I thought it might make more sense to me moved elsewhere so other extensions could (if needed) take advantage of it. Rob Edin Kadribasic wrote: > Hi Rob, > > Since we're adding a DllMain function, shouldn't it be located in > main/main.c. We might need to hook up other thread initialization > stuff in there in the future. > > Edin > > >