Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12860 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11168 invoked by uid 1010); 16 Sep 2004 12:07:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11131 invoked from network); 16 Sep 2004 12:07:43 -0000 Received: from unknown (HELO chatserv.de) (217.160.175.43) by pb1.pair.com with SMTP; 16 Sep 2004 12:07:43 -0000 Received: (qmail 24229 invoked by uid 1040); 16 Sep 2004 12:07:42 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 16 Sep 2004 12:07:42 -0000 Date: Thu, 16 Sep 2004 14:07:42 +0200 (CEST) X-X-Sender: sas@chatserv To: Wez Furlong cc: internals@lists.php.net In-Reply-To: <4e89b42604091604321554fbea@mail.gmail.com> Message-ID: References: <20040916093900.GA6842@redhat.com> <20040916101531.GA6809@redhat.com> <20040916104604.GB6809@redhat.com> <4e89b42604091604321554fbea@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] [PATCH] use -prefer-non-pic on x86-{freebsd,linux} From: sascha@schumann.cx (Sascha Schumann) 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