From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 68E4F13829C for ; Sat, 4 Jun 2016 20:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B277914145; Sat, 4 Jun 2016 20:17:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C06E5254020 for ; Sat, 4 Jun 2016 20:17:24 +0000 (UTC) Received: from [192.168.1.100] (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id F29C4340B98 for ; Sat, 4 Jun 2016 20:17:23 +0000 (UTC) Subject: Re: [gentoo-dev] [RFC] New global USE flag: webp To: gentoo-dev@lists.gentoo.org References: <5752B13B.4070409@gentoo.org> <20160604162924.GA29590@waltdnes.org> <57530C5F.40605@gentoo.org> <57532C5A.2040705@iee.org> <57532E89.8060901@gentoo.org> <96b3c4e5-a7fd-a4a2-57c9-d058721c178b@gentoo.org> <57533105.4010407@iee.org> <57533323.4030809@gentoo.org> <57533414.3070008@iee.org> From: Michael Orlitzky X-Enigmail-Draft-Status: N1110 Message-ID: <57533751.4000103@gentoo.org> Date: Sat, 4 Jun 2016 16:17:21 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <57533414.3070008@iee.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 1a5bcc6c-0620-489d-a0a8-1f69e0a494f8 X-Archives-Hash: 84b7e0d3262e9ab0cf0009c804b5b835 On 06/04/2016 04:03 PM, M. J. Everitt wrote: >> > LOL - that still happens?! > Yeah, at least in the U.S. There was a "PHP 6", but everything went so wrong that they decided to just pretend that the number 6 doesn't exist. > I still see php5 installed as stable everywhere .. so perhaps php7 still > has a little way to go (not that I would be *so* stupid to suggest that > something like 'debian' was a barometer of such things, nooo..!!!) We've still got 5.x stable, but that's because there's a security bug for PHP every 20 days and it takes 30 days to stabilize an ebuild. Here's a status report: * We've got the "eselect php..." stuff sorted out already so you can easily switch between 5.6 and 7.0 on-the-fly. * Most extensions have a version that works with php-7.0. * Some PECL extensions only work with certain versions of PHP, yet are not slotted. This will probably cause some headaches, but it's pretty late in the game and I don't have the time to overhaul the way we do extensions at the last minute. We may have to tell people that they can't switch between php-5 and php-7 with certain extensions (there are around 8 that cause problems). * The PHP upgrade itself is pretty harmless. Check your logs for deprecation warnings. If there aren't any, you can probably just switch to 7.0 with eselect and have everything work. It's a lot faster and a bit less stupid than previous versions. In any case, to bring this back on-topic, dev-lang/php now has a webp USE flag too, so +1 for making it global.