Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6532 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7391 invoked by uid 1010); 18 Dec 2003 12:10:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7361 invoked from network); 18 Dec 2003 12:10:19 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 18 Dec 2003 12:10:19 -0000 Received: (qmail 9887 invoked from network); 18 Dec 2003 12:10:12 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by mail.zend.com with SMTP; 18 Dec 2003 12:10:12 -0000 Message-ID: <5.1.0.14.2.20031218140945.03409e18@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 18 Dec 2003 14:10:11 +0200 To: "Wez Furlong" , In-Reply-To: <019101c3c557$81b25300$8802a8c0@obsidian> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: B3... got a couple of fixes, shall I commit? From: andi@zend.com (Andi Gutmans) References: <019101c3c557$81b25300$8802a8c0@obsidian> Yeah go ahead if they are well tested. I want to see what's up with the PEAR install crash. Andi At 11:10 AM 12/18/2003 +0000, Wez Furlong wrote: >Hey Andi, > >I have some fixes for: > >com_dotnet: correctly manage lifetime of .Net runtime host >for long-lived servers (eg: anything except cgi and cli) >so that .net objects can be created beyond the first >request per process. > >tidy: fix ZTS build > >apache: fix build under win32 when you have IPV6 capable headers. > >Can I commit those? > >--Wez.