Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47277 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39553 invoked from network); 14 Mar 2010 20:07:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2010 20:07:55 -0000 Authentication-Results: pb1.pair.com header.from=ssufficool@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=ssufficool@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 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.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:48010] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/DB-07348-A124D9B4 for ; Sun, 14 Mar 2010 15:07:54 -0500 Received: by vws18 with SMTP id 18so583379vws.29 for ; Sun, 14 Mar 2010 13:07:52 -0700 (PDT) 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=lln6gRITxgTIZSisW3LmME6jpPWEY5A7Io7cOhtlsts=; b=Y9dfgfCZas8mkgHEDQn2ufn6lbrvCU8pe3bVWRv5fWNhOCc3AqhhNXkS22wVpLG2Kf jticU6t/K03yoLR2fDyENKi/7S1SWGbgIAXa8aYPXgG3ntqFWcqkKFPLu7/ndlmgCeku KZW3MKp8lkOARvIfbtMr0/JjCVXT2ZUEIYlfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Sfq4y9JyUtm8WuICRGKpMo21mt0zuLb7AFzHNbzGD2H6xhQ2VuuQDG6FiyW2D4VY5N aAwnSOg7UcBG+3SzIDUQscEaiAdtAtZlMk2WoofiXYbE9kveY+P9AAYaXzcDyydDKY1U fiz5805WrTsenD9+so1SJTCCFfl7a8pahj5A4= MIME-Version: 1.0 Received: by 10.220.124.87 with SMTP id t23mr2749414vcr.164.1268597272142; Sun, 14 Mar 2010 13:07:52 -0700 (PDT) Date: Sun, 14 Mar 2010 13:07:52 -0700 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: 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. Thank you.