Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63922 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9967 invoked from network); 16 Nov 2012 09:44:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2012 09:44:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:47524] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/60-08060-9FA06A05 for ; Fri, 16 Nov 2012 04:44:26 -0500 Received: from [192.168.2.22] (ppp-188-174-48-249.dynamic.mnet-online.de [188.174.48.249]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 15AEB65783; Fri, 16 Nov 2012 10:44:22 +0100 (CET) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable References: <50A10A9D.9070402@oracle.com> <50A1946F.8010407@lerdorf.com> <50A20CCB.8090909@lsces.co.uk> <8A8A29F9E43E417FB5450D63019B2DDB@NeiRoze> <8f4231fc-6e3c-4a33-af71-2af5e7a95dfd@email.android.com> <50A593F2.5020800@gmail.com> Mime-Version: 1.0 (1.0) In-Reply-To: <50A593F2.5020800@gmail.com> Message-ID: <26344B38-64FB-4CAA-B52B-CE47FB60DBED@schlueters.de> Date: Fri, 16 Nov 2012 08:30:35 +0200 Cc: Adam Harvey , Anthony Ferrara , PHP internals To: David Muir X-Mailer: iPod Mail (10A523) Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: johannes@schlueters.de (=?utf-8?Q?Johannes_Schl=C3=BCter?=) On Nov 16, 2012, at 3:16, David Muir wrote: > The point is, an extension should never be throwing deprecation warnings > for a planned migration to PECL. We should warn, when we can. There is a reason that we have PHP_DEP_FE in th= e source as a feature to mark functions deprecated. (99% of all functions ar= e in extensions) johannes=