Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53969 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97721 invoked from network); 15 Jul 2011 13:04:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2011 13:04:37 -0000 Authentication-Results: pb1.pair.com header.from=ulf.wendel@oracle.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ulf.wendel@oracle.com; spf=permerror; 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: ulf.wendel@oracle.com X-Host-Fingerprint: 148.87.113.117 rcsinet15.oracle.com Received: from [148.87.113.117] ([148.87.113.117:19355] helo=rcsinet15.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/A5-34501-5EA302E4 for ; Fri, 15 Jul 2011 09:04:37 -0400 Received: from rtcsinet22.oracle.com (rtcsinet22.oracle.com [66.248.204.30]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p6FD4Wep002119 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Jul 2011 13:04:34 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by rtcsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p6FD4Vp3028761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 15 Jul 2011 13:04:32 GMT Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p6FD4QNO017423 for ; Fri, 15 Jul 2011 08:04:26 -0500 Received: from [192.168.2.116] (/91.6.184.39) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 15 Jul 2011 06:04:25 -0700 Message-ID: <4E203AD9.20500@oracle.com> Date: Fri, 15 Jul 2011 15:04:25 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: internals@lists.php.net References: <9F1FA580-FD3F-4C3F-9E26-51A095CF6EE9@roshambo.org> <1310733992.2800.57.camel@guybrush> <4E2038EE.7060600@thelounge.net> In-Reply-To: <4E2038EE.7060600@thelounge.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: rtcsinet22.oracle.com [66.248.204.30] X-CT-RefId: str=0001.0A090204.4E203AE2.00FD:SCFSTAT5015188,ss=1,re=-4.000,fgs=0 Subject: Re: [PHP-DEV] deprecating ext/mysql From: ulf.wendel@oracle.com (Ulf Wendel) Am 15.07.2011 14:56, schrieb Reindl Harald: > client_flags and MYSQL_CLIENT_COMPRESS exists sine nearly 10 years > > this is a feature which currently sucks with mysqlnd > because it is not supported this time Not true. Compressed Protocol Support As of PHP 5.3.2 MySQL Native Driver supports the compressed client server protocol. [...], http://www.php.net/manual/en/mysqlnd.overview.php Ulf