Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47385 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53528 invoked from network); 18 Mar 2010 02:47:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2010 02:47:19 -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.216.181 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.216.181 mail-px0-f181.google.com Received: from [209.85.216.181] ([209.85.216.181:58540] helo=mail-px0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/7C-07776-53491AB4 for ; Wed, 17 Mar 2010 21:47:17 -0500 Received: by pxi11 with SMTP id 11so1323838pxi.16 for ; Wed, 17 Mar 2010 19:47:13 -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=bNapSbj1zo2IePULzEHBYzyDxdyH6Ft8awotWBTzMCQ=; b=vw3BCkJfFTNEr//4QTgieqvjgPOBDOof2jST+LOGgXsAkeD5GhtBDoGSlt6x3APgSG 23TiNoNHghJnBdDKcjH389VZ9oDjG2SRJ2eRu9JrVoIjT6ZawznznmzaX2pBecenCCe0 r5ZghOzKxsqL7EZgZQkgDdsEK9W3gHdyZ6RIA= 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=t+Ox6kd1MAo5KHWeU4NcYXYFfCSAJjlSoWpcpYYM5pzNCTJfaqUDGHj56+zXHhl9cT Cy7btUSRTtTvBkBZ4YFr2s/vcoNIYZW8/8TBLSY7mdYsWA1lhOTNgxB8s3VsEcgQLi6Q RQloIUZrnblS+lYImV1Pnk/XUb4gHHb2CpH+E= MIME-Version: 1.0 Received: by 10.142.4.12 with SMTP id 12mr777065wfd.138.1268880433729; Wed, 17 Mar 2010 19:47:13 -0700 (PDT) In-Reply-To: <4B9E5634.1040508@oracle.com> References: <4B9E5634.1040508@oracle.com> Date: Wed, 17 Mar 2010 19:47:13 -0700 Message-ID: To: Christopher Jones Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Bug # 50755 From: ssufficool@gmail.com (Stanley Sufficool) 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. =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. > > Chris > > -- > Email: christopher.jones@oracle.com =A0 =A0Tel: =A0+1 650 506 8630 > Blog: =A0http://blogs.oracle.com/opal/ =A0 Free PHP Book: > http://tinyurl.com/UGPOM >