Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6821 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82677 invoked by uid 1010); 6 Jan 2004 23:03:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82653 invoked from network); 6 Jan 2004 23:03:11 -0000 Received: from unknown (HELO mrout1.yahoo.com) (216.145.54.171) by pb1.pair.com with SMTP; 6 Jan 2004 23:03:11 -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 i06N2dIj082605 for ; Tue, 6 Jan 2004 15:02:39 -0800 (PST) Received: (from andrei@localhost) by bourbon.corp.yahoo.com (8.12.9/8.11.1) id i06N2dOm071615 for internals@lists.php.net; Tue, 6 Jan 2004 15:02:39 -0800 (PST) (envelope-from andrei) Date: Tue, 6 Jan 2004 15:02:39 -0800 To: internals@lists.php.net Message-ID: <20040106230239.GA71602@gravitonic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Compiling 2 SAPIs From: andrei@gravitonic.com (Andrei Zmievski) I have a project where I need to have both Apache SAPI (shared) and embed SAPI (shared) compiled/active at the same time. Is that possible to do at all? Any risk of symbol clashes or other similar problems? - Andrei