Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8860 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14994 invoked by uid 1010); 1 Apr 2004 12:50:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14947 invoked from network); 1 Apr 2004 12:50:10 -0000 Received: from unknown (HELO gw2.emini.dk) (192.38.9.232) by pb1.pair.com with SMTP; 1 Apr 2004 12:50:10 -0000 Received: from backup.intra.emini.dk (backup.intra.emini.dk [10.0.0.14]) by gw2.emini.dk (Postfix) with ESMTP id 89D1C284CF; Thu, 1 Apr 2004 14:50:09 +0200 (CEST) Organization: Emini I/S To: internals@lists.php.net Date: Thu, 1 Apr 2004 14:51:10 +0200 User-Agent: KMail/1.6.1 Cc: Andi Gutmans References: <5.1.0.14.2.20040401143302.021ae848@127.0.0.1> In-Reply-To: <5.1.0.14.2.20040401143302.021ae848@127.0.0.1> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <200404011451.10763.edink@emini.dk> Subject: Re: [PHP-DEV] Releasing 4.3.5pl1 From: edink@emini.dk (Edin Kadribasic) +1 except I would call it 4.3.6. We have precedent for this sort bug fix release. 4.3.1 if I remember correctly. There were many bug reports regarding some data/time functions, maybe we should merge that fix in as well? Rasmus/Derick should know more about this one,. Edin On Thursday 01 April 2004 14:41, Andi Gutmans wrote: > Hi, > > A pretty serious bug crept into 4.3.5. > A few weeks ago, a TSRM fix was commited which was supposed to prevent > memory leaks when PHP ends its execution (shutdown dtor was not being > called in tsrm_shutdown()). This fix causes a crash when a shared extension > registers a dtor function. This is because the dtor is called after the > extension is unloaded. Stas has commited a patch to TSRM which prevents the > dtor call for now, which isn't very important because besides giving a warm > fuzzy feeling, it's right before PHP shuts down and thus, memory leaks > aren't important anyway. On a side note the per-thread dtor is still > called, thus, eliminating leaks when threads are created/destroyed in > multi-threaded servers. > I suggest we release 4.3.5pl1 with just this bug fix within the next couple > of days as this is a crash bug which can happen on any MT server or MT-safe > PHP builds (such as Windows CGI). > > Andi