Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60841 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75483 invoked from network); 15 Jun 2012 01:01:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2012 01:01:32 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.52 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.52 mail-qa0-f52.google.com Received: from [209.85.216.52] ([209.85.216.52:62176] helo=mail-qa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/96-39100-B698ADF4 for ; Thu, 14 Jun 2012 21:01:31 -0400 Received: by qabj34 with SMTP id j34so2909209qab.18 for ; Thu, 14 Jun 2012 18:01:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=cAF26YFYD6p50WzGdiuFMfOKfQk+YWw0whWxbA2UTSg=; b=Yn0cslKkKK6Qk5lMTULmBgBBHHTnaikprZ3RskbILEdPE7SL5Ogjdm24P5WtIqrXUb D5OIJDWQfS79iMrATGAMgZ8Z4Hn92rlOCnbVxEXXzvvclc5uoy1XRBVoz0VVzde7d31t WzdB/IpQ0YD7dGsY0B6t8qVpKz87k3adDkD5/guxu4JCIJFfd8pr9IJqXN3+Jmxw+JKT iUoNpSOM6qqQ7AfPyWGiCY/GW0XHvQOKNnUfUqEE4GleNFwOWv00KlF4TALLLbCeircR 9lH+pY/fDEgCznXQdZkGILHcFn40Iv9z0rc3rNXN2uEjM0XxO+3IuNTZy7Gwri/GmcU8 yoRw== MIME-Version: 1.0 Received: by 10.224.191.3 with SMTP id dk3mr7903076qab.99.1339722089264; Thu, 14 Jun 2012 18:01:29 -0700 (PDT) Received: by 10.229.49.204 with HTTP; Thu, 14 Jun 2012 18:01:29 -0700 (PDT) Date: Thu, 14 Jun 2012 21:01:29 -0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: [PATCH - PR] Disable ATTR_EMULATE_PREPARES by default for PDO_Mysql From: ircmaxell@gmail.com (Anthony Ferrara) Hello all, I raised this topic on list over a year ago ( http://marc.info/?l=php-internals&m=130417646507744&w=2 ). It was determined that it wasn't time yet to disable prepared statement emulation for MySQL yet. However, Rasmus did mention that it was a possibility for 5.4 ( http://marc.info/?l=php-internals&m=130418875017027&w=2 ). Since that ship has sailed, I submitted a pull request for trunk to change the default value of prepared statement emulation for MySQL. https://github.com/php/php-src/pull/108 https://bugs.php.net/bug.php?id=54638 Does this need to be an RFC (should I draft one)? Or can it just be pulled as-is? Thanks, Anthony