Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23831 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94159 invoked by uid 1010); 31 May 2006 15:56:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94144 invoked from network); 31 May 2006 15:56:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2006 15:56:21 -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:1507] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 37/CC-07504-5ACBD744 for ; Wed, 31 May 2006 11:56:21 -0400 Received: from foxbox (IGLD-84-228-79-24.inter.net.il [84.228.79.24]) by gw2.emini.dk (Postfix) with ESMTP id 803A7B4629; Wed, 31 May 2006 17:56:16 +0200 (CEST) Message-ID: <092601c684ca$70da6920$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Frank M. Kromann" Cc: "'internals'" , "'Antony Dovgal'" , "Dmitry Stogov" , "'Xuefer'" , "'Andi Gutmans'" References: <11490900074280000@9866357972520000.9866341568840000> Date: Wed, 31 May 2006 17:54:01 +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 Steph, > >> Yes, it would, given the root cause - but would you really want to break > the >> whole of PHP for an academic exercise? > > Changing the code locally just to test and see if it gave another clude to > the problem would be my approach :-) I don't need to... the current problem's bleedin' obvious :) However, that wasn't the problem 3 years ago when that ifdef was put there. It will most likely have been caused by various SAPIs loading various PHP/Zend includes in various orders, so some of them had the prerequisite define for the DL_UNLOAD call and others didn't. Dmitry's just brought the whole mess out into the open - they _all_ have it defined now. Still waiting for that fresh checkout... > > - Frank