From owner-freebsd-ports@freebsd.org Wed Feb 10 13:54:07 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88291AA448F for ; Wed, 10 Feb 2016 13:54:07 +0000 (UTC) (envelope-from dan@buildingonline.com) Received: from alisocreek.buildingonline.net (alisocreek.buildingonline.net [204.109.62.198]) by mx1.freebsd.org (Postfix) with ESMTP id 6F67C107E for ; Wed, 10 Feb 2016 13:54:07 +0000 (UTC) (envelope-from dan@buildingonline.com) Received: by alisocreek.buildingonline.net (Postfix, from userid 58) id 4C225991C64; Wed, 10 Feb 2016 05:54:06 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on alisocreek.buildingonline.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from Brady.local (unknown [69.51.79.5]) (Authenticated sender: dan@dpcsys.com) by alisocreek.buildingonline.net (Postfix) with ESMTPA id 3C667991C54; Wed, 10 Feb 2016 05:54:05 -0800 (PST) Message-ID: <56BB40FF.5090000@buildingonline.com> Date: Wed, 10 Feb 2016 06:54:07 -0700 From: Dan Busarow Organization: BuildingOnline.com User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Kurt Jaeger CC: freebsd-ports@freebsd.org Subject: Re: PHP7 package? References: <56B68BFD.20102@buildingonline.com> <56B6B4D4.7000109@gmail.com> <56B74421.3070700@buildingonline.com> <20160207133214.GS46096@home.opsec.eu> <56B76933.9060408@buildingonline.com> <20160207160611.GT46096@home.opsec.eu> <56B76E79.1010603@buildingonline.com> <20160207165450.GU46096@home.opsec.eu> <56BA8D79.10100@buildingonline.com> <20160210053239.GB46096@home.opsec.eu> In-Reply-To: <20160210053239.GB46096@home.opsec.eu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 13:54:07 -0000 On 2/9/16 10:32 PM, Kurt Jaeger wrote: > Hi! > >> Everythig seemed to work fine but when I added >> >> LoadModule php7_module libexec/apache24/libphp7.so >> >> to the httpd.conf apache core dumped. > > Ah, that is a different issue. > > Use > > https://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh > > on > > /usr/local/etc/php/extensions.ini > > to avoid core dumps of apache. The sequence of extensions.ini > is problematic. > Voila! Thanks! After running this httpd is happy with the new mod_php70 I will begin testing it out. Dan