Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7337 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8787 invoked by uid 1010); 26 Jan 2004 22:11:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8763 invoked from network); 26 Jan 2004 22:11:12 -0000 Received: from unknown (HELO mrout1.yahoo.com) (216.145.54.171) by pb1.pair.com with SMTP; 26 Jan 2004 22:11:12 -0000 Received: from bourbon.corp.yahoo.com (bourbon.corp.yahoo.com [216.145.53.135]) by mrout1.yahoo.com (8.12.10/8.12.10/y.out) with ESMTP id i0QMABIj074426; Mon, 26 Jan 2004 14:10:11 -0800 (PST) Received: (from andrei@localhost) by bourbon.corp.yahoo.com (8.12.9/8.11.1) id i0QMABsP027434; Mon, 26 Jan 2004 14:10:11 -0800 (PST) (envelope-from andrei@gravitonic.com) X-Authentication-Warning: bourbon.corp.yahoo.com: andrei set sender to andrei@gravitonic.com using -f Date: Mon, 26 Jan 2004 14:10:11 -0800 To: "Brian J. France" Cc: internals@lists.php.net Message-ID: <20040126221011.GA27424@gravitonic.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] Compiling 2 SAPIs From: andrei@gravitonic.com (Andrei Zmievski) 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.. - Andrei