From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 09:37:45 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FADFBA4 for ; Fri, 10 Oct 2014 09:37:45 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 53D64DF6 for ; Fri, 10 Oct 2014 09:37:45 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id AEA93BDC1F; Fri, 10 Oct 2014 11:37:43 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id A1641BDC1D; Fri, 10 Oct 2014 11:37:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id E9C1516709F1; Fri, 10 Oct 2014 11:37:24 +0200 (CEST) Date: Fri, 10 Oct 2014 11:37:24 +0200 From: Mathieu Arnold To: Jakob Breivik Grimstveit , FreeBSD Ports mailing list Subject: Re: Update php from 5.5 to 5.6? Message-ID: <3C4C0CFF6D399497F81258DF@atuin.in.mat.cc> In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 09:37:45 -0000 +--On 10 octobre 2014 09:11:10 +0200 Jakob Breivik Grimstveit wrote: | Hi there, fellows! | | I'm looking at jumping from php5.5 to php5.6, but I'm wondering whether | anyone have any experience on this, and any accompanying recommendations | :-). | | Need to have it working together with apache24 and mysql56 | | Thank you in advance! | | | $ pkg info | grep -ie ^php -ie ^apache -ie ^mysql | sort You forgot mod_php55-xxx :-) Easiest way to do it would be to remove php55-* and mod_php55-xxx and install their php56-* and mod_php56-xxx equivalents. -- Mathieu Arnold