Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47144 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72793 invoked from network); 12 Mar 2010 03:40:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2010 03:40:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=ssufficool@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ssufficool@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.221.173 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ssufficool@gmail.com X-Host-Fingerprint: 209.85.221.173 mail-qy0-f173.google.com Received: from [209.85.221.173] ([209.85.221.173:36476] helo=mail-qy0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/E0-18254-2A7B99B4 for ; Thu, 11 Mar 2010 22:40:18 -0500 Received: by qyk4 with SMTP id 4so820708qyk.2 for ; Thu, 11 Mar 2010 19:40:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=pNiRnKe14UUFAIuFrs5IWuoIBbE9kydSSHGgEw6cMiw=; b=qW/mSX/K2IJQEL3bDeWd3pJbiiN+jQ7d9sd90iaY13O1TQvRZ6qDvhcVscpANQtiwG rurKFhnM4tFKsY1GFEQw/SuThUHEf2WVLj9eqMxKvpB7Cn70v+bpZMgQUsiDO4JKqo1U 6KFNQgA6SUp0vi8u2OKeoCaz/5fwrOY8Oad94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BN5GtltIoa1Qj08eEzM3EUUv8whvtAIqBhMCeq+NgRsCHaaa0EcXIZcfDhZJmYgH6D 4U6j+7tJsQpJ6Z6sN3YuKbJcJG4zEYoM1JONiqX6UTQfZu6dvwT5ztDS+lX+hoa94GIx XHisP4w09fLeTgkXRBse2aZxUTYb49GFnO3PI= MIME-Version: 1.0 Received: by 10.220.127.17 with SMTP id e17mr635334vcs.169.1268365214869; Thu, 11 Mar 2010 19:40:14 -0800 (PST) Date: Thu, 11 Mar 2010 19:40:14 -0800 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: PHP Bug # 50755 From: ssufficool@gmail.com (Stanley Sufficool) I have attached patches for bug # 50755 on bugs.php.net. These also cleanup to PDO DBLIB code to have less of a memory footprint and to prepare for other feature additions such as multiple rowset support. I have compiled and tested on x86. Can someone review and provide feedback. PDO devs seem to be busy. Thank you.