From owner-freebsd-ports@FreeBSD.ORG Wed Oct 29 17:37:09 2014 Return-Path: Delivered-To: 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 6507CBC1; Wed, 29 Oct 2014 17:37:09 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (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 19BF6B1F; Wed, 29 Oct 2014 17:37:09 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XjXBB-0004aP-H2; Wed, 29 Oct 2014 21:37:05 +0400 Date: Wed, 29 Oct 2014 21:37:05 +0400 From: Slawa Olhovchenkov To: Baptiste Daroussin Subject: Re: pkg 1.4 freeze please test test test! Message-ID: <20141029173705.GL9763@zxy.spb.ru> References: <20141028231933.GG26796@ivaldir.etoilebsd.net> <20141029121326.GA83878@zxy.spb.ru> <20141029122452.GH82736@ivaldir.etoilebsd.net> <20141029123157.GI9763@zxy.spb.ru> <20141029124025.GI82736@ivaldir.etoilebsd.net> <20141029124832.GJ9763@zxy.spb.ru> <20141029125304.GJ82736@ivaldir.etoilebsd.net> <20141029130348.GK9763@zxy.spb.ru> <20141029140714.GB9726@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141029140714.GB9726@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: ports@FreeBSD.org, current@FreeBSD.org 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: Wed, 29 Oct 2014 17:37:09 -0000 On Wed, Oct 29, 2014 at 03:07:14PM +0100, Baptiste Daroussin wrote: > > > Why the help does a minor version has an inpact on the pecl? isn't the abi > > > stable over minor versions? > > > > I am don't know -- I am not php guru. > > As result -- memcache module don't loaded and "class Memcache not > > found". > > May be just strict version check. > > > > From what I do read from here: > https://wiki.php.net/rfc/releaseprocess#releases_cycle > > only going from X.Y to X.Y+1 needs to rebuild the extensions. > and going from X.Y.Z to X.Y.Z+1 should be compatible I don't know. May be this is specific only for pecl-memcache. May be reinstalling php lost information about installed extensions.