Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47396 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36695 invoked from network); 18 Mar 2010 13:52:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2010 13:52:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.216 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.218.216 mail-bw0-f216.google.com Received: from [209.85.218.216] ([209.85.218.216:39387] helo=mail-bw0-f216.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/C8-20429-A0032AB4 for ; Thu, 18 Mar 2010 08:52:11 -0500 Received: by bwz8 with SMTP id 8so2161957bwz.23 for ; Thu, 18 Mar 2010 06:52:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=z+V66F5BeB+mA6szmXk31OrhornRKkzyJdqGFlbHhfA=; b=gKVpjqxngKh9oRPdco6JuFNungrqCeDVL1v6XGrjx9rZLYY2iTGvQ1vNA+dGJG9tlT OzWyQBTjI4dRXAry+BgJkNLUxI7smV0to3IZzRtDXFWb/Om3vAPoGjFJ8ghMPFWUvwcK 0JaZNS0tzGMt07/hmzT0/WbL6Sxr3+JpxlFek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EIuSqfaezdaiF/O7i3rIHFN0cfQNOb4u9a4mHzwHExYQ8Sj6VXci3tXHSe86/LX8zL MKRyY//W+tB4TVaHGFxtMxQMWPCXS4h3qiaMROOLS1FyASqnPEzadKBXdfKJJ+FayzNQ ElB6an2GPh1dVpLN5sInXTajrepOYgkUrixqM= MIME-Version: 1.0 Received: by 10.204.135.154 with SMTP id n26mr1613674bkt.18.1268906495043; Thu, 18 Mar 2010 03:01:35 -0700 (PDT) In-Reply-To: <2A17C50C-E2E6-438F-A47B-25F5E83DE6AA@pooteeweet.org> References: <4B9E5634.1040508@oracle.com> <2A17C50C-E2E6-438F-A47B-25F5E83DE6AA@pooteeweet.org> Date: Thu, 18 Mar 2010 11:01:35 +0100 Message-ID: To: Lukas Kahwe Smith Cc: Stanley Sufficool , Christopher Jones , PHP Developers Mailing List , Matteo Beccati Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Bug # 50755 From: tyra3l@gmail.com (Ferenc Kovacs) On Thu, Mar 18, 2010 at 10:16 AM, Lukas Kahwe Smith wr= ote: > > On 18.03.2010, at 03:47, Stanley Sufficool wrote: > >> On Mon, Mar 15, 2010 at 8:45 AM, Christopher Jones >> wrote: >>> >>> >>> 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. >>>> >>>> I have compiled and tested on x86. >>>> >>>> Can someone review and provide feedback. Thank you. >>>> >>> >>> Hi Stanley, >>> >>> Persistence is good, but you might need to use another way to find >>> someone who has the skills, interest and time to review it. =C2=A0Maybe= ask >>> around on IRC - #php-dev-win on Freenode? >> >> Tried IRC, no response. BTW, this is a Linux && Windows extension. >> >> 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. >> >> 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 p= eople around, actually it seems too few to even review your patch when it c= omes to SQL server. Maybe Matteo has some time to take a peek. Especially i= n the beginning its very helpful to get some feedback on patches before get= ting direct commit access. Then again for PDO we might be at the stage wher= e we might not even have the resources to do that :( > If nobody around, then you should drop the support, or derprecate it, because there is a common belief that the PDO is/will be the de facto standard for high level db layer for PHP, so if its abadoned, then it should be mentioned in the documentation at least. Tyrael > regards, > Lukas Kahwe Smith > mls@pooteeweet.org > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >