Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7367 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91052 invoked by uid 1010); 28 Jan 2004 06:49:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91012 invoked from network); 28 Jan 2004 06:49:28 -0000 Received: from unknown (HELO smtp2.pp.htv.fi) (213.243.153.14) by pb1.pair.com with SMTP; 28 Jan 2004 06:49:28 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 47B0F296F73; Wed, 28 Jan 2004 08:49:28 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i0S6nRpn013712; Wed, 28 Jan 2004 08:49:27 +0200 Date: Wed, 28 Jan 2004 08:49:27 +0200 (EET) Reply-To: Jani Taskinen To: Andrei Zmievski Cc: internals@lists.php.net In-Reply-To: <20040127170217.GA32897@gravitonic.com> Message-ID: References: <20040127164011.GE32706@gravitonic.com> <6.0.1.1.0.20040127175555.03cd6940@127.0.0.1> <20040127170217.GA32897@gravitonic.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Compiling 2 SAPIs From: sniper@iki.fi (Jani Taskinen) On Tue, 27 Jan 2004, Andrei Zmievski wrote: >On Tue, 27 Jan 2004, Uwe Schindler wrote: >> Would be great. The only thing is: We must compile all SAPIs with ZTS >> enabled... But thats the same on windows. > >Well, maybe we can have a ZTS and a non-ZTS version of the core lib. Yes, but it makes no sense to build both on same run as you'd have to build the core objects twice.. --Jani