Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12861 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88832 invoked by uid 1010); 16 Sep 2004 12:23:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88808 invoked from network); 16 Sep 2004 12:23:26 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.243) by pb1.pair.com with SMTP; 16 Sep 2004 12:23:26 -0000 Received: by mproxy.gmail.com with SMTP id w67so1082cwb for ; Thu, 16 Sep 2004 05:23:26 -0700 (PDT) Received: by 10.11.117.4 with SMTP id p4mr29cwc; Thu, 16 Sep 2004 05:23:26 -0700 (PDT) Received: by 10.11.117.13 with HTTP; Thu, 16 Sep 2004 05:23:24 -0700 (PDT) Message-ID: <4e89b42604091605237d72c96c@mail.gmail.com> Date: Thu, 16 Sep 2004 13:23:24 +0100 Reply-To: Wez Furlong To: Sascha Schumann Cc: internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040916093900.GA6842@redhat.com> <20040916101531.GA6809@redhat.com> <20040916104604.GB6809@redhat.com> <4e89b42604091604321554fbea@mail.gmail.com> Subject: Re: [PHP-DEV] [PATCH] use -prefer-non-pic on x86-{freebsd,linux} From: kingwez@gmail.com (Wez Furlong) So we should enable pic automatically when the embed SAPI is selected; otherwise we are safe to go for non-pic, correct? --Wez. On Thu, 16 Sep 2004 14:07:42 +0200 (CEST), Sascha Schumann wrote: > On Thu, 16 Sep 2004, Wez Furlong wrote: > > > Something like this sounds right: > > > > --enable-slow-pic Build a slower DSO that can be used to run multiple > > concurrent Apache instances. You don't > > need this unless > > you know why you need it. > > > > Which gets me thinking... how does this affect other SAPI (like CLI, > > embed) and extensions? > > CLI is a binary (no DSO, no PIC). > > Embed should probably be always built as PIC as it is > supposed to be embedded as a library component. > > - Sascha > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >