Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63935 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58723 invoked from network); 16 Nov 2012 18:06:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2012 18:06:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=ronabop@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ronabop@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.42 as permitted sender) X-PHP-List-Original-Sender: ronabop@gmail.com X-Host-Fingerprint: 209.85.210.42 mail-da0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:57449] helo=mail-da0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/A8-08060-9A086A05 for ; Fri, 16 Nov 2012 13:06:33 -0500 Received: by mail-da0-f42.google.com with SMTP id z17so1236803dal.29 for ; Fri, 16 Nov 2012 10:06:31 -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:content-transfer-encoding; bh=21BWHRksCyuhbLS0HcVatb+SP3ZodspdUoeXkrCYH/o=; b=bDq9s498KGmgIhyBPtbcqvhrlM2O1uNvk69cyXu2yw0Fcn5zqbkfR+aDO5Co0yKH/9 X9wTHDeBYwxyz1t5hR9YZq7DRnyAwKbadGJyqi1gELamYENsSzjINPNpxQIbDRlr62ZY PxvGLvM7dECRSlvQtFcFmYJ4v9Gk6f+00gLkH6aUNdDQF/4R+JpbdfE9nJ7y+5mEZX6A S0iMF+mTnnzG4mrx9xDsAw3OsDR4cC3VW+7fiY9hCwrhYfSlXan5yPt4V2LN+SLiTIBL xtTdrL3JQ2pmDiOfML6JIIjTYjrI44r+1lEGo+6EPJNyfZYGs0WgWE4iWoCcqroCT6xB KcWA== MIME-Version: 1.0 Received: by 10.66.76.162 with SMTP id l2mr15061360paw.13.1353089191173; Fri, 16 Nov 2012 10:06:31 -0800 (PST) Received: by 10.66.251.233 with HTTP; Fri, 16 Nov 2012 10:06:30 -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> <50A54C7F.6020701@lerdorf.com> Date: Fri, 16 Nov 2012 10:06:30 -0800 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: Will Fitch , Rasmus Lerdorf , Stas Malyshev , Adam Harvey , Devis Lucato , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: ronabop@gmail.com (Ronald Chmara) On Thu, Nov 15, 2012 at 10:38 PM, Johannes Schl=FCter wrote: > We, from the MySQL Connector Team at Oracle, add new features to mysqli (= and eventually PDO) only, though, for quite some time already. Bugs in ext/= mysql are being fixed in a best effort way and we plan to do this as long a= s required by the community. > > Users should use mysqli for having access to everything MySQL has to offe= r. > > Officially deprecating mysqli is, in my opinion, mostly a help for users = to go in the "correct" direction early instead of struggling due to missing= features later. Er, mysqli, too? What? -Ronabop