Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63884 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21442 invoked from network); 15 Nov 2012 19:53:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2012 19:53:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=wfitch@meetme.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=wfitch@meetme.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain meetme.com designates 74.125.149.250 as permitted sender) X-PHP-List-Original-Sender: wfitch@meetme.com X-Host-Fingerprint: 74.125.149.250 na3sys009aog132.obsmtp.com Linux 2.5 (sometimes 2.4) (4) Received: from [74.125.149.250] ([74.125.149.250:43847] helo=na3sys009aog132.obsmtp.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/C5-07334-73845A05 for ; Thu, 15 Nov 2012 14:53:28 -0500 Received: from mail-gh0-f200.google.com ([209.85.160.200]) (using TLSv1) by na3sys009aob132.postini.com ([74.125.148.12]) with SMTP ID DSNKUKVINSoiyl54STUp+7hFSyv+LuB6UNs9@postini.com; Thu, 15 Nov 2012 11:53:28 PST Received: by mail-gh0-f200.google.com with SMTP id 10so3544978ghy.11 for ; Thu, 15 Nov 2012 11:53:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=0VEJxciHntU1ZRYy+j0dUpiN6/O7TRtRhMUoRF24tVQ=; b=C8VKHEXpAhWqK6ZG7EclBgQYk2y42eGDAAAKtUA/5MuLQHR8bG+aZG30WAT0Yzx/3/ FK/cVkZkY2Ps2N4idtIsNAOXFtkFtM0S/r3k0SeWbTpitKEt/ytJPWsVgatgXtLBhTwV 68CCOl7KU46usDGuJ5yIe94HcXKHGJuL+aBpAAlTnMnEmOU6Ps+Au6L3Q8Se3BO80ws8 c664FkDAd6Ttp7lsvXsVnGYYXTN9DSDUAItkgw0TaTafo6uiUfq7o6kI6iKC/jwgMKY7 4m4IFIRlhu/HP8s2noxnEuZ2Yf8tbvhvHyyg2JjtepmUfG7ccEe7PaeY6eH8mjeyQcE/ BSsw== Received: by 10.220.225.132 with SMTP id is4mr2925323vcb.47.1353009204642; Thu, 15 Nov 2012 11:53:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.225.132 with SMTP id is4mr2925315vcb.47.1353009204526; Thu, 15 Nov 2012 11:53:24 -0800 (PST) Sender: wfitch@meetme.com Received: by 10.58.12.228 with HTTP; Thu, 15 Nov 2012 11:53:24 -0800 (PST) X-Originating-IP: [68.64.144.221] In-Reply-To: <50A54713.8090102@sugarcrm.com> 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> Date: Thu, 15 Nov 2012 14:53:24 -0500 X-Google-Sender-Auth: 5130G78ZrEWLdq4iBL6ZnGubuU0 Message-ID: To: Stas Malyshev Cc: Adam Harvey , Devis Lucato , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=14dae9ccd52c037e7d04ce8e01f1 X-Gm-Message-State: ALoCoQl+fZF7Y/0nDIBmH/hYu3J+hxAKhLK6KUvgCW/JsOAEhIo65KdFFXb1Mdl4UORiUsUMPnlPC/+p6NXpXRHq6HkJ3LatrtcCkcnNJ9CbjxkTLiH4qBD/rMlr47CDblTmGkkSsxBgeC4FSgCv9k7Mv7Vwx460Ay6cZt+4435b+B+ujw7aoXI= Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: willfitch@php.net (Will Fitch) --14dae9ccd52c037e7d04ce8e01f1 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Nov 15, 2012 at 2:48 PM, Stas Malyshev wrote: > Hi! > > > Again, though, this is a long way down the road: today's discussion is > > purely about deprecation. > > So these people using mysql-based code will have for years to live with > applications generating thousands of warnings and not be able to do a thing about it? How is it good for them? > I don't mean to state the obvious, but wouldn't display_errors = 'Off' in production or error_reporting = E_ALL ^ E_DEPRECATED be sufficient? This is the same approach taken with register_globals - and it happened between 5.3 and 5.4. > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --14dae9ccd52c037e7d04ce8e01f1--