Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23829 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83593 invoked by uid 1010); 31 May 2006 15:26:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83578 invoked from network); 31 May 2006 15:26:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2006 15:26:11 -0000 X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:6026] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 71/BB-07504-195BD744 for ; Wed, 31 May 2006 11:26:10 -0400 Received: from foxbox (IGLD-84-228-79-24.inter.net.il [84.228.79.24]) by gw2.emini.dk (Postfix) with ESMTP id 0264DB44D4; Wed, 31 May 2006 17:26:05 +0200 (CEST) Message-ID: <091901c684c6$390ef370$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Frank M. Kromann" Cc: "'internals'" , "'Antony Dovgal'" , "Dmitry Stogov" , "'Xuefer'" , "'Andi Gutmans'" References: <11490874854760000@9866357972520000.9866341568840000> Date: Wed, 31 May 2006 17:23:50 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] tsrm_shutdown() and the CLI SAPI From: steph@zend.com ("Steph Fox") Hi Frank, > tsrm_shutdown() is already comented out in the CGI version, most likely as > a fix to the same kind of problem there. Perhaps enabling that again will > show the same kind of problems? Yes, it would, given the root cause - but would you really want to break the whole of PHP for an academic exercise? The more interesting thing is that none of this happens under CLI debug. I've still no clue why. I also think I've somehow corrupted something here with my debug lines, I'm crashing 'differently' now . - Steph > - Frank