Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63887 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26374 invoked from network); 15 Nov 2012 20:11:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2012 20:11:24 -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:59039] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/D6-07334-B6C45A05 for ; Thu, 15 Nov 2012 15:11:23 -0500 Received: by mail-wi0-f182.google.com with SMTP id cb5so1155512wib.11 for ; Thu, 15 Nov 2012 12:11:20 -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=0UtC8XO+HP5T4ikzMp5ejzTnnqgyGzOxy3gfJVVVcvQ=; b=v514S/Nm8UrjgHv0cby9OfodayVuZg2sU6B5BxRMvlOw5PjHOYGbjIpFWyvUZvkuA1 /f2JRYogEou7nK17gdenbWQRuPv9kcMHS7E8rzTJbSHl0Kq5+7LnbLjCBcbz6MP2lXti a3HQSmCd9uU9sTdInfPo5OSqOmDqDR8sBPUfJEIsorPTd6pVjuyme63ZUFDT9sjnGU10 tNZV1xFshebu6ri4du3DR6cNvgZ+JandA3aIs/QSgBrS9ReB4wxg64oIrmJud1e6mMlq MbJUhsK7iGUf9OhOocyFhfIa1+N63GXkpNa979aFgqXGx99kL4cvkuB09Pdjpt32WO8F zfEQ== MIME-Version: 1.0 Received: by 10.180.81.35 with SMTP id w3mr1695418wix.18.1353010280552; Thu, 15 Nov 2012 12:11:20 -0800 (PST) Received: by 10.194.17.1 with HTTP; Thu, 15 Nov 2012 12:11:20 -0800 (PST) In-Reply-To: References: <50A10A9D.9070402@oracle.com> <50A1946F.8010407@lerdorf.com> <50A20CCB.8090909@lsces.co.uk> <8A8A29F9E43E417FB5450D63019B2DDB@NeiRoze> <8f4231fc-6e3c-4a33-af71-2af5e7a95dfd@email.android.com> <50A2D672.7010600@gmail.com> <50A30144.5070305@phpgangsta.de> <50A3BEC0.8030607@gmail.com> <50A54713.8090102@sugarcrm.com> <50A549EB.2020408@lerdorf.com> Date: Thu, 15 Nov 2012 15:11:20 -0500 Message-ID: To: Will Fitch Cc: Rasmus Lerdorf , Stas Malyshev , Adam Harvey , Devis Lucato , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=f46d0418262a265a2a04ce8e4191 Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: ircmaxell@gmail.com (Anthony Ferrara) --f46d0418262a265a2a04ce8e4191 Content-Type: text/plain; charset=ISO-8859-1 Will, > Actually, no it wouldn't. You still get the overhead of the error, plus > > any custom error handlers will be triggered regardless of the > > error_reporting setting which depending on the implementation of the > > error handler can be quite costly performance-wise. > > > > So what solution is there to this? Should it not be deprecated? This same > issue (is still happening) with register_globals for us, but it's > acceptable as it has been phased out. Should there be no deprecation > warning now and wait for a future release? > That's my suggestion. Officially deprecate it, but don't add E_DEPRECATED to it in 5.5. Update the documentation, and start a PR campaign to get off it. Then in NEXT add E_DEPRECATED and in NEXT+1 remove it. But I've said it a number of times, and it appears that I'm the only one who thinks that it's a good idea to take it slow and give users time to move off it... Anthony --f46d0418262a265a2a04ce8e4191--