Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64114 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41879 invoked from network); 29 Nov 2012 18:40:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Nov 2012 18:40:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:57835] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/D7-08727-23CA7B05 for ; Thu, 29 Nov 2012 13:40:52 -0500 Received: by mail-vc0-f170.google.com with SMTP id fl11so13561234vcb.29 for ; Thu, 29 Nov 2012 10:40:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tDgK0xQbF8dHWVB1EXHfEjBl+v4NmJxcXSR2j6vj6yY=; b=o3uxiPcuvoi6nwbQCbfVHW0Ao1JlJnE7MB4Q2jFAQxUQOc4Qu9I+UYnBOr7LNGLfWr jRtXQWNMl3FUm/ZZaV1XM1iw9ML9nRgo9Gd3rOVC2rSGK31vM6aRVlocX9wSYl8CzLI1 GEaYuOJDS7hd005ecVsBc1O+V/sOaPIUtzqOdT2vKqXO6t+8WsxtPoyQvyNjlRlSXFGI s+IMguZEHN2Eo+u9EC898d+ATjewMuP9CvZl402a3AEf5ZRAiR2BJLUeytLze69EXRAd mLXi9uv67+JKyJPH1L7U/GPRPkWuOY4myaiGfwuDYlsdfAukt1XultDzAn1BQ4+nWyX1 1deA== Received: by 10.220.150.145 with SMTP id y17mr32363237vcv.11.1354214447989; Thu, 29 Nov 2012 10:40:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.98.234 with HTTP; Thu, 29 Nov 2012 10:40:06 -0800 (PST) In-Reply-To: References: <50B5D992.30609@lsces.co.uk> <50B6C097.5010402@gmail.com> Date: Thu, 29 Nov 2012 18:40:06 +0000 Message-ID: To: Pierre Joye Cc: Anthony Ferrara , Kris Craig , David Muir , Patrick ALLAERT , Lester Caine , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: [VOTE] ext/mysql deprecation in 5.5 From: petercowburn@gmail.com (Peter Cowburn) On 29 November 2012 08:27, Pierre Joye wrote: > > No there is not [precedent to remove from core without deprecating first], not since the RFC introduction. Removing > extension in minor (x.y+1 or x.y.z+1) is not allowed. > Moving an extension to PECL in a minor version increment is allowed, per the release process RFC that was agreed to.