Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23616 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6605 invoked by uid 1010); 22 May 2006 17:40:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6590 invoked from network); 22 May 2006 17:40:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 May 2006 17:40:46 -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:42411] helo=mail.kromann.info) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 08/8E-19568-D97F1744 for ; Mon, 22 May 2006 13:40:46 -0400 Received: by mail.kromann.info (Postfix, from userid 510) id 7AEE24040C1; Mon, 22 May 2006 10:40:42 -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.3 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 281674040B3 for ; Mon, 22 May 2006 10:40:42 -0700 (PDT) To: X-Mailer: Swwwing 2000 Message-ID: <11483196337080000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Mon, 22 May 2006 10:40:33 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: tsrm_shutdown() not called! From: frank@kromann.info ("Frank M. Kromann") Hello Everyine, I'm resending this message with another subject to see if it gets a bit more attension. There are a few open bug reports about crashes during shutdown when specific extensions are loaded. After some digging I found that this is related to tsrm_shutdown(). This function is called for the CLI version but has been commented out for the CGI version. Removing it from the CLI version as well seams to fix the problem but that might cause other problems. Is there any good reasons to why it's skupped in the CGI version and not in the CLI version? - Frank