Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64080 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53707 invoked from network); 28 Nov 2012 16:43:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Nov 2012 16:43:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:46413] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/83-30696-A4F36B05 for ; Wed, 28 Nov 2012 11:43:55 -0500 Received: by mail-wi0-f182.google.com with SMTP id cb5so4790276wib.11 for ; Wed, 28 Nov 2012 08:43:51 -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=lqkGZR4AlL0Syhu0gkQpPZPcvVJMcHiriy/xwGHM8u0=; b=SZEw8pc1vG/Dtkfl7aT5BIwDjLtTWNY9j4aQt25wyxI04yiVw0/sU/51+gtwqcssge IJU5dUDd1MJFDFX2x40EdCCf3Ha572QsxUuvEmwj+XK5qBcxJD0De9r+aXCdsIwS+MdT FYd6lXZhDI8NhFVrNDvVgktUu3Sk7xpuKCW03bIoo/iU6uyi0mVAoHGa556D64v6K8CT 8BohnsNfYIPxUCxoxq28Wd+qoHy/DQE3mzmB5W+nvKLyIi9wq5uil5iEiNljjsVu1Dz+ hCVU93eZwKXlVLFV3XFFhOSNsYrsoEtBSNzFDfclhmEz/g9BIN4OkW0zoKhzkAity16h Ys5A== MIME-Version: 1.0 Received: by 10.180.105.134 with SMTP id gm6mr30498424wib.21.1354121031113; Wed, 28 Nov 2012 08:43:51 -0800 (PST) Received: by 10.194.162.68 with HTTP; Wed, 28 Nov 2012 08:43:51 -0800 (PST) In-Reply-To: References: <50B5D992.30609@lsces.co.uk> Date: Wed, 28 Nov 2012 11:43:51 -0500 Message-ID: To: Patrick ALLAERT Cc: Lester Caine , PHP internals Content-Type: multipart/alternative; boundary=f46d041825880adaa604cf90df9e Subject: Re: [PHP-DEV] Re: [VOTE] ext/mysql deprecation in 5.5 From: ircmaxell@gmail.com (Anthony Ferrara) --f46d041825880adaa604cf90df9e Content-Type: text/plain; charset=ISO-8859-1 Patrick, Sorry, but removing the E_DEPRECATED notice when moved to PECL is not > part of the proposed RFC and should certainly not happen. > The proposal doesn't actually propose anything about a move to PECL. It's listed in the "possible future actions" section exactly once. But the RFC doesn't take a stand on it in either direction. So I'm not sure that you can make that argument. > Adding it in one location and not the other does > > not make sense. > > Absolutely! There is no reason to remove that kind of notice in the future. > That's your opinion. Please realize it as such and that other viewpoints also exist. For example, I have the viewpoint that deprecation applies to the LANGUAGE. The inclusion of the extension in the language is what's being deprecated. Even after it's pulled, someone else can maintain it. We can say that you should avoid it, but there's nothing stoping someone else from continuing maintenance of it as a fork. And adding in the other missing functionality (possibly breaking BC, possibly not, whatever). Therefore, in my viewpoint, the deprecation notices only apply to the inclusion of the extension in the core language distribution. Not to the extension itself. I'm not saying that either one of us is right or wrong, just that there are other opinions. To keep this discussion productive, please refrain from using absolutes like that... Thanks Anthony --f46d041825880adaa604cf90df9e--