Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22522 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7537 invoked by uid 1010); 18 Mar 2006 23:26:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7522 invoked from network); 18 Mar 2006 23:26:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2006 23:26:58 -0000 X-Host-Fingerprint: 64.233.184.202 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.202:10011] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DF/DB-55982-2479C144 for ; Sat, 18 Mar 2006 18:26:58 -0500 Received: by wproxy.gmail.com with SMTP id i3so774452wra for ; Sat, 18 Mar 2006 15:26:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LGvN+kcMGjCdwH7LeWScJJATmXDZG9WPe4bHrYS9pl6bWiJTEUM+lfYtzEBCvCQdZUXJCBefF0hWTuYLsyw1p2snZswIukZQ4SaGduNSD88hX1WMWbtbB3LQyItlUAq1cGyvyEQ6scjrgO8daeQsr58ALf1vcuQmWKC/thje1yU= Received: by 10.35.39.2 with SMTP id r2mr2237456pyj; Sat, 18 Mar 2006 15:26:56 -0800 (PST) Received: by 10.35.41.17 with HTTP; Sat, 18 Mar 2006 15:26:55 -0800 (PST) Message-ID: <4e89b4260603181526q4a36d446tb1d5b6cb876b1640@mail.gmail.com> Date: Sat, 18 Mar 2006 18:26:55 -0500 To: pierre.php@gmail.com Cc: internals@lists.php.net In-Reply-To: <20060318224305.1681de1f@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060318224305.1681de1f@localhost.localdomain> Subject: Re: [PHP-DEV] PDO, dbh::setDefaultFetchMode patch From: kingwez@gmail.com ("Wez Furlong") It breaks the ABI; always add new structure members at the end of structures, and always bump the API number when you change anything like that in the pdo driver header file. Aside from that, although I personally wouldn't use this patch, it looks OK= . --Wez. On 3/18/06, Pierre wrote: > Hello, > > This patch [1] adds a setDefaultFetchMode to the dbh object. It does > not introduce BC break but allow to set once the fetchmode for a > connection. > > Comments? > > --Pierre > > [1] http://pear.php.net/~pierre/dbh_fetchmode.txt > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >