Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63977 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54196 invoked from network); 19 Nov 2012 17:22:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2012 17:22:27 -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 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:48732] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/12-41116-2DA6AA05 for ; Mon, 19 Nov 2012 12:22:27 -0500 Received: by mail-wg0-f54.google.com with SMTP id dr12so974993wgb.11 for ; Mon, 19 Nov 2012 09:22:24 -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=G5JUXK9o94xc75sHGe8pEmqJn9my7hsp2ST30836ES0=; b=Kd0gBka24PKPqF+jrwL3lKVWKJyzMRiWnkIBteMlT7o33vPBU8iF0CY4NCh1gzf+Z8 k7xu0UBJogKObYe6m99BBmXY3f+HRTqJuyIoNaaQzCH2ZbPyEe003kyV5UwhaFmHYmTr RRthlIajYaf7R1ukTbWgAjeg8DNSR7KY4yEacxIyWoJUt1/LvHA5Br3mK/oFF1dKfGhB Hih/vslvsIVw1Y46rdLlNhcRQ6buZ/ydVTI3qoy+0LOtPHFeng5k5z95drkYHPpPLx1H v+Fr+JPp0on5TVbGey9BG3FCw6t9lLyQkvOZcMBQh3qMYXZUIwwTp5htY207UM3tE2PZ R3rg== MIME-Version: 1.0 Received: by 10.216.207.139 with SMTP id n11mr2229352weo.211.1353345743997; Mon, 19 Nov 2012 09:22:23 -0800 (PST) Received: by 10.194.162.68 with HTTP; Mon, 19 Nov 2012 09:22:23 -0800 (PST) In-Reply-To: References: <50A9F799.5080909@codeangel.org> Date: Mon, 19 Nov 2012 12:22:23 -0500 Message-ID: To: Kris Craig Cc: Pierre Joye , Adam Harvey , Chad Emrys , Patrick Allaert , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001636eeed8c544d9a04cedc5c2d Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: ircmaxell@gmail.com (Anthony Ferrara) --001636eeed8c544d9a04cedc5c2d Content-Type: text/plain; charset=ISO-8859-1 Kris, By "NEXT" are you referring to 6.0 or 5.6? > Whatever the release after 5.5 is. Be it 5.6, or 6.0, NEXT indicates the next temporal release... > Also, can you add an option for raising E_DEPRECATED in 5.5 then removing > support altogether in 6? > That's already in there. That's what I mean by hard-deprecating it for 5.5... And in either case, removal would happen one release after hard deprecation... Anthony --001636eeed8c544d9a04cedc5c2d--