Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61536 invoked from network); 16 Nov 2012 18:14:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2012 18:14:17 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:46184] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/49-08060-77286A05 for ; Fri, 16 Nov 2012 13:14:16 -0500 Received: by mail-lb0-f170.google.com with SMTP id j14so2460578lbo.29 for ; Fri, 16 Nov 2012 10:14:12 -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=eS7Zdl8sV1kvNJj/v4tUWOjaD8/ROfleRcFYppuPASA=; b=jLTrjq3ESb16szSkQg40Smdp9RlgKhUKKhj/0TB8SVsT5INP/SPsGW2SvR1ml9EHRQ b0cyaa/xpJbiuEHzzVoiQaxs6yTnt+/pTbLBz0x3xIInxeGFwgsqOtViaTWxTP6lQ+ax +LpoCtnT76OVVnNl6D50g+nTWygM5n7ruFOMF7q5aI060TLGxKtxB7ZXDyHrumQP+tB3 1RdOrkQGnu10V/5aJtMy5bpyfV0pVAtLoeXafkpqunZok+3h30kwM/coyDvx+YEGQroQ eH29VtCBx3HMZVJY4Buw/rn1nQLey4Yypc2ge0fxWTmjdvZ4x1qAMHzFl9hNBQjXZWwF xv9Q== MIME-Version: 1.0 Received: by 10.152.106.79 with SMTP id gs15mr5038183lab.31.1353089652420; Fri, 16 Nov 2012 10:14:12 -0800 (PST) Received: by 10.112.36.39 with HTTP; Fri, 16 Nov 2012 10:14:12 -0800 (PST) In-Reply-To: <50A67D90.1000302@mrclay.org> 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> <50A67D90.1000302@mrclay.org> Date: Fri, 16 Nov 2012 11:14:12 -0700 Message-ID: To: Steve Clay Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: morrison.levi@gmail.com (Levi Morrison) I'm already working somewhat with the PhpStorm guys on other things relating to PHP. I could spearhead that effort, but I won't bring it up until this is decided. On Fri, Nov 16, 2012 at 10:53 AM, Steve Clay wrote: > On 11/15/12 3:11 PM, Anthony Ferrara wrote: >> >> 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 > > > This may be a narrow PR channel, but I'd focus on getting @deprecated into > the built-in function stubs in all the IDEs. In PhpStorm I see lines through > the function name, and there's a deprecation section in the "Inspect Code" > report. I'm much more likely to notice those than notice changes in online > docs or error log notices. But more importantly, anyone writing *new* code > will see that feedback immediately. > > Steve Clay > -- > http://www.mrclay.org/ > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >