Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63972 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35221 invoked from network); 19 Nov 2012 13:52:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2012 13:52:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes.schlueter@oracle.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=johannes.schlueter@oracle.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain oracle.com designates 141.146.126.69 as permitted sender) X-PHP-List-Original-Sender: johannes.schlueter@oracle.com X-Host-Fingerprint: 141.146.126.69 aserp1040.oracle.com Received: from [141.146.126.69] ([141.146.126.69:20652] helo=aserp1040.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/D1-21651-A893AA05 for ; Mon, 19 Nov 2012 08:52:11 -0500 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qAJDq1Xt020422 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 19 Nov 2012 13:52:01 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qAJDpxe7027232 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Nov 2012 13:51:59 GMT Received: from abhmt111.oracle.com (abhmt111.oracle.com [141.146.116.63]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id qAJDpwN6022118; Mon, 19 Nov 2012 07:51:58 -0600 Received: from [192.168.2.20] (/93.104.19.235) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 19 Nov 2012 05:51:57 -0800 To: =?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?= Cc: Rasmus Lerdorf , Ryan McCue , Pierre Joye , Philip Olson , Patrick ALLAERT , Anthony Ferrara , Will Fitch , Stas Malyshev , Adam Harvey , Devis Lucato , PHP Developers Mailing List In-Reply-To: <50A7AB04.1080805@gmail.com> References: <50A2D672.7010600@gmail.com> <50A30144.5070305@phpgangsta.de> <50A3BEC0.8030607@gmail.com> <50A54713.8090102@sugarcrm.com> <50A549EB.2020408@lerdorf.com> <50A5FB0C.1080602@lerdorf.com> <50A5FF83.1060706@lerdorf.com> <50A6088B.5010701@rotorised.com> <50A663EF.3020401@lerdorf.com> <50A7AB04.1080805@gmail.com> Content-Type: text/plain; charset="UTF-8" Organization: Oracle Corporation Date: Mon, 19 Nov 2012 14:52:17 +0100 Message-ID: <1353333137.3831.331.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet22.oracle.com [156.151.31.94] Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: johannes.schlueter@oracle.com (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sat, 2012-11-17 at 16:19 +0100, =C3=81ngel Gonz=C3=A1lez wrote: > What are those benefits that mean everyone needs to move to mysqli? > I was making myself the opposite question :) With ext/mysql you, for instance, can not - use stored procedures (there's no "mysql_next_result" or such) - use SSL with custom keys (or some other "advanced" security/authentication features) - use async queries - use prepared statements - ... As also said it's unlikely we'll add support for new server features to ext/mysql, so the gap will grow over time. Of course not everybody needs those, but starting with ext/mysql means you have a hard time if you ever need those in future. > The only reference was about the cost of maingaining it at the beginning > of this > thread, but now Johannes Schl=C3=BCter said (16 Nov 2012 08:38:19 +0200) = that it > doesn't really need work to maintain it. It needs some work, but not tooo much. Might still bring more benefit if the time was spent on feature development. johannes