Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23843 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68701 invoked by uid 1010); 1 Jun 2006 05:19:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68686 invoked from network); 1 Jun 2006 05:19:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2006 05:19:19 -0000 X-PHP-List-Original-Sender: frank@kromann.info X-Host-Fingerprint: 64.186.239.125 c-064-186-239-125.oc1.redwire.net Linux 2.5 (sometimes 2.4) (4) Received: from ([64.186.239.125:51915] helo=mail.kromann.info) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 9E/2B-07504-7D87E744 for ; Thu, 01 Jun 2006 01:19:19 -0400 Received: by mail.kromann.info (Postfix, from userid 510) id DC3B14040CA; Wed, 31 May 2006 22:19:15 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on mail.kromann.info X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL autolearn=ham version=3.1.1 Received: from warp (www.kromann.info [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id 79ABD4040C6; Wed, 31 May 2006 22:19:15 -0700 (PDT) To: Steph Fox Cc: 'internals' , Antony Dovgal , Dmitry Stogov , 'Xuefer' , Andi Gutmans X-Mailer: Swwwing 2000 Message-ID: <11491391532760000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Wed, 31 May 2006 22:19:13 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] tsrm_shutdown() and the CLI SAPI From: frank@kromann.info ("Frank M. Kromann") > > I'm a bit behind so sorry if this has been answered already. I don't think > > ts_free_id() is a workaround but it's actually correct. > > ts_free_id() would be a correct workaround if it came from zend_shutdown(). > How's it right to suddenly force EVERY extension author to add it to their > code individually? This was only reqiured in extensions registering custom dtor's like tidy and printer. - Frank