Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53970 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99395 invoked from network); 15 Jul 2011 13:10:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2011 13:10:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes.schlueter@oracle.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes.schlueter@oracle.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain oracle.com from 148.87.113.117 cause and error) X-PHP-List-Original-Sender: johannes.schlueter@oracle.com X-Host-Fingerprint: 148.87.113.117 rcsinet15.oracle.com Received: from [148.87.113.117] ([148.87.113.117:25516] helo=rcsinet15.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/F5-34501-43C302E4 for ; Fri, 15 Jul 2011 09:10:12 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p6FDA8a1009002 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 15 Jul 2011 13:10:09 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p6FDA7M4017746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Jul 2011 13:10:07 GMT Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p6FDA1op005444; Fri, 15 Jul 2011 08:10:01 -0500 Received: from [192.168.2.230] (/93.104.35.174) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 15 Jul 2011 06:10:00 -0700 To: Reindl Harald Cc: internals@lists.php.net In-Reply-To: <4E2038EE.7060600@thelounge.net> References: <9F1FA580-FD3F-4C3F-9E26-51A095CF6EE9@roshambo.org> <1310733992.2800.57.camel@guybrush> <4E2038EE.7060600@thelounge.net> Content-Type: text/plain; charset="UTF-8" Organization: Oracle Corporation Date: Fri, 15 Jul 2011 15:09:58 +0200 Message-ID: <1310735398.2800.59.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4E203C32.0028:SCFMA922111,ss=1,re=-4.000,fgs=0 Subject: Re: [PHP-DEV] deprecating ext/mysql From: johannes.schlueter@oracle.com (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2011-07-15 at 14:56 +0200, Reindl Harald wrote: > Am 15.07.2011 14:46, schrieb Johannes Schl=C3=BCter: >=20 > > ext/mysql was built for MySQL 3.23 and only got very few additions sinc= e > > then while mostly keeping compatibility with this old version which > > makes the code a bit harder to maintain. From top of my head missing > > features not support be ext/mysql include: > > * Stored Procedures (can't handle multiple result sets) > > * Prepared Statements > > * Encryption (SSL) >=20 > so far correct >=20 > > * Compression >=20 > not true > client_flags and MYSQL_CLIENT_COMPRESS exists sine nearly 10 years Thanks for the corrections. > this is a feature which currently sucks with mysqlnd > because it is not supported this time compression support was added for mysqlnd with r291051 on 2009-11-20 09:12:14 +0100 which translates to 5.3.2, I think. johannes