Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64090 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24854 invoked from network); 29 Nov 2012 03:17:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Nov 2012 03:17:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:63090] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/3F-30696-5B3D6B05 for ; Wed, 28 Nov 2012 22:17:09 -0500 Received: by mail-la0-f42.google.com with SMTP id s15so11526302lag.29 for ; Wed, 28 Nov 2012 19:17:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OOS8zqrakebA97pjoelmugDEQXtn8jmZ5nxhNiLRF/I=; b=tjE7TCS5sWSit7jpmJ9RyyOTzywGPsTdHcwobyo163d8oBpChdYjWuPQSx9T4znIdI B1EgVlVbXEdnZQBWAA2L2IMdhDBibwKlZkOa85blzj/4vJ8r6dmipNb+JvVfWT53xDBr y7738wfSTo8pV6fhFydCPnlSEbpIEol6ilvVEBMh3dr9BE4y2Pu4kTYlZvoucJqaI7cI faNzYc8QXZRaZZ+UBqhT/NxkJfQYrQe9FnjW4MB/3baWUKQ0XgbC9JtkAkAc7NL7bL/3 wb4/TnD8Bb4HFuD/A5C08r7lQMQfMhyeji0VXPosVe3EytTnvgU+PLxo29bwozCC3HvV X91A== MIME-Version: 1.0 Received: by 10.152.145.169 with SMTP id sv9mr20475286lab.2.1354159020892; Wed, 28 Nov 2012 19:17:00 -0800 (PST) Received: by 10.152.114.2 with HTTP; Wed, 28 Nov 2012 19:17:00 -0800 (PST) In-Reply-To: <50B6C097.5010402@gmail.com> References: <50B5D992.30609@lsces.co.uk> <50B6C097.5010402@gmail.com> Date: Wed, 28 Nov 2012 19:17:00 -0800 Message-ID: To: David Muir Cc: Anthony Ferrara , Patrick ALLAERT , Lester Caine , PHP internals Content-Type: multipart/alternative; boundary=e89a8f23509768e33e04cf99b702 Subject: Re: [PHP-DEV] Re: [VOTE] ext/mysql deprecation in 5.5 From: kris.craig@gmail.com (Kris Craig) --e89a8f23509768e33e04cf99b702 Content-Type: text/plain; charset=ISO-8859-1 > Kris, > > There was no "ext/magic_quotes" that was retired to PECL. You're comparing > apples with oranges. > > David > > I disagree. Whether we're deprecating an extension or a subset of functions, the practical impact is pretty much the same. As for moving it to PECL, why are we even discussing that here? It's completely outside the scope of this RFC. I imagine moving it to PECL would make the most sense when the time comes, but we shouldn't get ahead of ourselves. We should deprecate it first, then when the time comes (i.e. 6.0) we can figure out where to dump its carcas. Either way, our common goal here is to get people to stop using ext/mysql now so that we can trash it when the time comes. And as far as that goes, I think that what happened with magic_quotes and Drupal is a perfect example of how deprecation can effectively push devs to act when docs and "get the word out" campaigns aren't enough. --Kris --e89a8f23509768e33e04cf99b702--