Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7381 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98963 invoked by uid 1010); 28 Jan 2004 19:01:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98937 invoked from network); 28 Jan 2004 19:01:21 -0000 Received: from unknown (HELO mrout1.yahoo.com) (216.145.54.171) by pb1.pair.com with SMTP; 28 Jan 2004 19:01:21 -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 i0SJ0cIj018268; Wed, 28 Jan 2004 11:00:38 -0800 (PST) Received: (from andrei@localhost) by bourbon.corp.yahoo.com (8.12.9/8.11.1) id i0SJ0bLS039257; Wed, 28 Jan 2004 11:00:37 -0800 (PST) (envelope-from andrei@gravitonic.com) X-Authentication-Warning: bourbon.corp.yahoo.com: andrei set sender to andrei@gravitonic.com using -f Date: Wed, 28 Jan 2004 11:00:37 -0800 To: Jani Taskinen Cc: internals@lists.php.net Message-ID: <20040128190035.GA39225@gravitonic.com> References: <20040127164011.GE32706@gravitonic.com> 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 Wed, 28 Jan 2004, Jani Taskinen wrote: > It creates a static libphp5_core.a which is linked to each build > SAPI module / binary. Dunno how you could have same lib loaded > by e.g. Apache / Apache2 ?? Or what did you mean? :) > > >The best (ideal) result would be to have one libphp[45].so that contains > >the core. The SAPIs should link against it, so we'd have libphpembed.so, > >libphpapache.so, etc. Can this be done? > > My first tests had the libphp5_core lib as shared..so yes. > I'll update my patch a bit. Okay, is it possible to make the same patch for php4? - Andrei