From owner-freebsd-questions@FreeBSD.ORG Mon Mar 30 00:12:08 2015 Return-Path: Delivered-To: freebsd-questions@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 18BA3167 for ; Mon, 30 Mar 2015 00:12:08 +0000 (UTC) Received: from mario.brtsvcs.net (mario.brtsvcs.net [IPv6:2607:fc50:0:a400::2]) (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 DE8DAF2E for ; Mon, 30 Mar 2015 00:12:07 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:2580:181:21c:c0ff:fe7f:96ee]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mario.brtsvcs.net (Postfix) with ESMTPSA id 3ECAE2C160E; Mon, 30 Mar 2015 00:12:05 +0000 (UTC) Received: from [IPv6:2601:7:2580:181:baca:3aff:fe83:bd29] (unknown [IPv6:2601:7:2580:181:baca:3aff:fe83:bd29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by chombo.houseloki.net (Postfix) with ESMTPSA id 991E28F; Sun, 29 Mar 2015 17:12:02 -0700 (PDT) Message-ID: <551894CF.1030904@bluerosetech.com> Date: Sun, 29 Mar 2015 17:11:59 -0700 From: Mel Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "John R. Levine" , Marko Turk Subject: Re: Pkg says php 5.6, ports says php5.4 References: <20150329203613.79262.qmail@ary.lan> <20150329204810.GA72016@vps.markoturk.info> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 00:12:08 -0000 On 2015-03-29 14:03, John R. Levine wrote: >> which ports are you comparing? There's php5 and php56 (both in binary pkg >> and ports): one is 5.4, one is 5.6. > > php5. Now I'm extremely confused, since /usr/ports/UPDATING says the > default version is now 5.6, but it looks like it's not. Yes, there was a change this time around where 5.6 was *added* to the tree as php56-* and php5-* was left at 5.4. In the past, it's been the other way around and the expected change was to php5-* to 5.6 and add php54-* to the tree. It definitely caught me out on one machine where I updated php5 to php56 using pkg, then had to add the pgsql extension back in and `pkg install php5-pgsql` tried to install the 5.4 extension.