From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 17:10:55 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3B8C1065678 for ; Tue, 21 Aug 2012 17:10:55 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB5E8FC15 for ; Tue, 21 Aug 2012 17:10:55 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T3ryh-0001Ee-50 for freebsd-questions@freebsd.org; Tue, 21 Aug 2012 19:10:55 +0200 Received: from pool-173-79-96-198.washdc.fios.verizon.net ([173.79.96.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Aug 2012 19:10:55 +0200 Received: from nightrecon by pool-173-79-96-198.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Aug 2012 19:10:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Date: Tue, 21 Aug 2012 13:10:56 -0400 Lines: 34 Message-ID: References: <20120821021033.31612.qmail@joyce.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="WINDOWS-1252" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-96-198.washdc.fios.verizon.net Subject: Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 17:10:55 -0000 bsd wrote: > > Le 21 août 2012 à 04:10, John Levine a écrit : > >>>> Are you running pecl-APC? If so, what version? There's a major issue >>>> with the latest. >>> >>> Hmmn, that might have been it. >>> >>> I backed down to 5.3, but when I have a chance I'll try 5.4 again >>> without APC. >> >> Tried it without APC, didn't help. We're back to the theory that there's >> something in PHP 5.4.5 that builds OK on 9.0 but not on 8.x. > > I suggest that you start with a fresh "php.ini" file in order to have up > to date values. > > If you have compiled it with cli, you can post the output of php -v here > so we can figure out more precisely what is going on with your install… > > I am running PHP 5.4.5 on 7.4 without problem - I had problem upon > install, but they all came from php.ini not beeing up to date (AFAIR). > I have seen at one time or another a problem with the order modules were loaded in php.ini occur. One thing I noticed is if/when this happens you see modules completely fail to load in the error log, as opposed to module(s) that do load but then segfault when called by PHP code. -Mike