Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47392 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4743 invoked from network); 18 Mar 2010 09:16:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2010 09:16:24 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 188.40.37.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 188.40.37.16 hq1.backendmedia.com Linux 2.6 Received: from [188.40.37.16] ([188.40.37.16:58960] helo=hq1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/B2-20429-76FE1AB4 for ; Thu, 18 Mar 2010 04:16:24 -0500 Received: from localhost (unknown [127.0.0.1]) by hq1.backendmedia.com (Postfix) with ESMTP id 5E2612E3001B; Thu, 18 Mar 2010 09:16:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from hq1.backendmedia.com ([127.0.0.1]) by localhost (hq1.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1avWsr+mrPPD; Thu, 18 Mar 2010 10:16:20 +0100 (CET) Received: from [192.168.0.151] (217-162-131-234.dclient.hispeed.ch [217.162.131.234]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by hq1.backendmedia.com (Postfix) with ESMTPSA id 3B7B62E30016; Thu, 18 Mar 2010 10:16:19 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Thu, 18 Mar 2010 10:16:18 +0100 Cc: Christopher Jones , PHP Developers Mailing List , Matteo Beccati Content-Transfer-Encoding: quoted-printable Message-ID: <2A17C50C-E2E6-438F-A47B-25F5E83DE6AA@pooteeweet.org> References: <4B9E5634.1040508@oracle.com> To: Stanley Sufficool X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] Bug # 50755 From: mls@pooteeweet.org (Lukas Kahwe Smith) On 18.03.2010, at 03:47, Stanley Sufficool wrote: > On Mon, Mar 15, 2010 at 8:45 AM, Christopher Jones > wrote: >>=20 >>=20 >> Stanley Sufficool wrote: >>> 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. >>>=20 >>> I have compiled and tested on x86. >>>=20 >>> Can someone review and provide feedback. Thank you. >>>=20 >>=20 >> Hi Stanley, >>=20 >> Persistence is good, but you might need to use another way to find >> someone who has the skills, interest and time to review it. Maybe = ask >> around on IRC - #php-dev-win on Freenode? >=20 > Tried IRC, no response. BTW, this is a Linux && Windows extension. >=20 > IMO, PDO should be a big focus to get stabilized. People are jumping > ship for poorer performing abstractions in PHP (ADO, MDB2, DBA, > etc...) Hell, even the PHP bug tracker uses MDB2. That's a bit of a > disgrace to a blessed and built in database abstraction extension. >=20 > I really want to contribute and have no problem with getting reigned > in with patch karma, but that will never happen if nobody cares to > review. Yeah its a horrible chicken and egg situation we have with PDO. Too few = people around, actually it seems too few to even review your patch when = it comes to SQL server. Maybe Matteo has some time to take a peek. = Especially in the beginning its very helpful to get some feedback on = patches before getting direct commit access. Then again for PDO we might = be at the stage where we might not even have the resources to do that :( regards, Lukas Kahwe Smith mls@pooteeweet.org