Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7338 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15504 invoked by uid 1010); 26 Jan 2004 22:15:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15460 invoked from network); 26 Jan 2004 22:15:47 -0000 Received: from unknown (HELO longsword.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 26 Jan 2004 22:15:47 -0000 Received: from ip-66-80-117-2.nyc.megapath.net ([66.80.117.2] helo=[10.80.116.129]) by longsword.omniti.com with asmtp (TLSv1:RC4-SHA:128) (Exim 4.14) id 1AlF1H-0001wa-Iw; Mon, 26 Jan 2004 17:15:47 -0500 In-Reply-To: <20040126221011.GA27424@gravitonic.com> References: <20040126221011.GA27424@gravitonic.com> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <5189D5BA-504D-11D8-AF64-000393B2B3C0@omniti.com> Content-Transfer-Encoding: 7bit Cc: "Brian J. France" , internals@lists.php.net Date: Mon, 26 Jan 2004 17:16:41 -0500 To: Andrei Zmievski X-Mailer: Apple Mail (2.609) Subject: Re: [PHP-DEV] Compiling 2 SAPIs From: george@omniti.com (George Schlossnagle) On Jan 26, 2004, at 5:10 PM, Andrei Zmievski wrote: > On Mon, 26 Jan 2004, Brian J. France wrote: >> Andrei posted this a while ago, but nobody replied and we have learned >> this is it not possible. >> >> With the current state of the code and configuration system what would >> it take to do something like this: >> >> Core PHP code is built into libphpX.so (libphp4.so) >> >> All SAPI's require libphpX.so: >> >> libphpX_apache.so <- apache sapi >> libphpX_embeded.so <- apache sapi >> >> and the command line sapi would have a depenency on libphpX.so. > > I guess not too many people are interested in something like this.. I remember a thread about this about a year ago. Sascha's answer was something along the lines of 'build it twice if that's what you want'. Can't find the thread though. George