Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12594 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88854 invoked by uid 1010); 5 Sep 2004 22:13:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88830 invoked from network); 5 Sep 2004 22:13:45 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 5 Sep 2004 22:13:45 -0000 Received: from [192.168.1.104] (c-24-6-200-247.client.comcast.net [24.6.200.247]) by colo.lerdorf.com (8.13.1/8.13.1/Debian-11) with ESMTP id i85MDgfR025041; Sun, 5 Sep 2004 15:13:42 -0700 Date: Sun, 5 Sep 2004 15:13:43 -0700 (PDT) X-X-Sender: rasmus@t42p To: Russ Garrett cc: internals@lists.php.net In-Reply-To: <20040905211921.39505.qmail@pb1.pair.com> Message-ID: References: <20040905193319.91641.qmail@pb1.pair.com> <20040905211921.39505.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: Really odd PHP problem From: rasmus@php.net (Rasmus Lerdorf) On Sun, 5 Sep 2004, Russ Garrett wrote: > APC doesn't seem to work at all as a DSO, I'll try it statically later. I run it on thousands of servers as a DSO. What are you seeing that would make you think this? Also, if you are running PHP as a DSO and pushing your CPU you might want to compile it non-pic. Use this patch and reconfigure/recompile: http://lerdorf.com/non-pic.txt -Rasmus