Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52112 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26029 invoked from network); 30 Apr 2011 18:37:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2011 18:37:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.42 mail-pz0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:38860] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/93-10915-1F65CBD4 for ; Sat, 30 Apr 2011 14:37:38 -0400 Received: by pzk37 with SMTP id 37so2764702pzk.29 for ; Sat, 30 Apr 2011 11:37:35 -0700 (PDT) Received: by 10.142.204.20 with SMTP id b20mr2316506wfg.217.1304188655290; Sat, 30 Apr 2011 11:37:35 -0700 (PDT) Received: from [192.168.200.140] (c-76-126-236-132.hsd1.ca.comcast.net [76.126.236.132]) by mx.google.com with ESMTPS id d6sm2707185pbs.29.2011.04.30.11.37.10 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 30 Apr 2011 11:37:34 -0700 (PDT) Message-ID: <4DBC56D2.8060101@lerdorf.com> Date: Sat, 30 Apr 2011 11:37:06 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110419 Thunderbird/3.1.9 MIME-Version: 1.0 To: Ferenc Kovacs CC: Stas Malyshev , Anthony Ferrara , "internals@lists.php.net" References: <4DBC2D1B.10302@lerdorf.com> <4DBC4885.7010209@sugarcrm.com> <4DBC4C9A.2050502@lerdorf.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Change Request: Make PDO default to not emulate prepared statements for MySQL From: rasmus@lerdorf.com (Rasmus Lerdorf) On 04/30/2011 11:10 AM, Ferenc Kovacs wrote: > with 5.0 EOL-ed for some time, and even the debian stable is running > 5.1, I wonder how many of our user runs 5.0. I'm not disagreeing, I just don't agree it is a bug against 5.3. There were good reasons for the default at the time 5.3 was released. For 5.4 it is probably time to switch it. -Rasmus