From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 15:08:57 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 5E4038C1 for ; Fri, 10 Oct 2014 15:08:57 +0000 (UTC) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F5CF6C9 for ; Fri, 10 Oct 2014 15:08:56 +0000 (UTC) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by gateway2.nyi.internal (Postfix) with ESMTP id E326C2A2F for ; Fri, 10 Oct 2014 11:08:48 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute2.internal (MEProxy); Fri, 10 Oct 2014 11:08:48 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:in-reply-to :references:subject:date; s=smtpout; bh=E8UtEsyLzdu97RpMdMoIZu1V ExI=; b=Pbk/Wm9d1wnkkJw6tHb10p+6Vqo3hv5+FXcI1AfFHhlpP87WhqmoBaNI ZpA2NMJ9SsQiFWOe+6SpjFraesOXtFGS9Ah+hRnUId98kOOWhgSDHMKZ4xyX0v6I HQXQx9o5QvEM+8Enhysm6d4eAY7Zn3ZLdC8iN9koqfjAr3oDKag= Received: by web6.nyi.internal (Postfix, from userid 99) id 7F1396A1D69; Fri, 10 Oct 2014 11:08:48 -0400 (EDT) Message-Id: <1412953728.2321170.177500401.4AA2459B@webmail.messagingengine.com> X-Sasl-Enc: EHb7obsK7ncyqo3grYhQfyrcBbPg6w3KtIhg1EhzX+wZ 1412953728 From: Mark Felder To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-7434a20c In-Reply-To: <3C4C0CFF6D399497F81258DF@atuin.in.mat.cc> References: <3C4C0CFF6D399497F81258DF@atuin.in.mat.cc> Subject: Re: Update php from 5.5 to 5.6? Date: Fri, 10 Oct 2014 10:08:48 -0500 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 15:08:57 -0000 On Fri, Oct 10, 2014, at 04:37, Mathieu Arnold wrote: > > > +--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. > Just keep in mind that there isn't a PROVIDES framework yet and the default PHP version in ports is PHP 5.4. If you try to install some PEAR modules or web apps like www/wordpress you'll probably run into a loop or your PHP will be forcbily be downgraded to the PHP version (5.4) that the package was "built against". If you run into this problem the sanest solution is to prop up your own repository and build the packages you need, setting DEFAULT_VERSIONS= php=5.6 in your make.conf.