Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45714 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10106 invoked from network); 9 Oct 2009 21:05:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2009 21:05:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.220.225 mail-fx0-f225.google.com Received: from [209.85.220.225] ([209.85.220.225:39298] helo=mail-fx0-f225.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/1A-19113-695AFCA4 for ; Fri, 09 Oct 2009 17:05:26 -0400 Received: by fxm25 with SMTP id 25so7150441fxm.24 for ; Fri, 09 Oct 2009 14:05:23 -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=IYkDj2yzq3u4UwMXMxFxNn2iWw5xpCdXZXfQg49xtkU=; b=dgXzwmWVYFOsE+PnbzfsvQRb63dV2M4rNM3fNgLuS+x4CCr50DQiQWCG8uVlMVIeG/ sslSkfzNP1j2QJk0jqi2MwuTCJqN3bPnnscbLVg53sVpTUIPPq20xowfZi109d4MNCa3 07hm1a3Cw+brOCvH8WhAobq9P4PK2w48tG4pY= 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=N+rj3IPlNzzvTlpL9WIar4Yku+kcyDeixNK5K2axSAcrSWv+Y3pTcZ4jQFlATMzGa4 eyyW1bUOwnlKIcR2ffqvYxVvklxtZKBns82u+WmNQtebq37x0GL6PZB6Qjb5lVm4FysS y+I4KS8XVoTm7bA6Y7wiKOKN/J229CWrN+P2k= MIME-Version: 1.0 Received: by 10.86.227.1 with SMTP id z1mr2866953fgg.56.1255122322223; Fri, 09 Oct 2009 14:05:22 -0700 (PDT) In-Reply-To: <1255120269.3605.14.camel@samuel-laptop> References: <1255038690.10759.9.camel@samuel-laptop> <1255120269.3605.14.camel@samuel-laptop> Date: Fri, 9 Oct 2009 23:05:22 +0200 Message-ID: To: Samuel ROZE Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: Patch: Use notices in PDO From: pierre.php@gmail.com (Pierre Joye) Hi, First thanks to have updated the patch according to our last feedback :) About applying it, we should wait a bit more until we get more feedbacks (say until the middle of next week). Then see how we can do it for the other drivers at the same time. Cheers, -- Pierre On Fri, Oct 9, 2009 at 10:31 PM, Samuel ROZE wrote: > Just a little question: > - How I can propose my patch to be merged to PHP ? > > Rather suggest.. :-) > > Le jeudi 08 octobre 2009 =E0 23:51 +0200, Samuel ROZE a =E9crit : >> Hi, >> >> I've make a patch which insert notices concepts to PDO. It create: >> - PDO::noticeInfo() - to be like errorInfo >> - PDO::ATTR_LOG_NOTICES, the name of the PDO parameter >> =A0 =A0 =A0 - PDO::NOTICES_FETCH - fetch notices >> =A0 =A0 =A0 - PDO::NOTICES_NONE - don't fetch notices >> >> The notices HashTable is emptied at each queries. >> >> There is a patch to implements this function into PDO: >> http://www.d-sites.com/wp-content/uploads/2009/10/php-5_3-pdo-notices-ma= nagment.patch >> >> And one other to implements notices recuperation for PostgreSQL: >> http://www.d-sites.com/wp-content/uploads/2009/10/php-5_3-pdo-pgsql-noti= ces-managment.patch >> >> It can be done for Oracle, i'm sure. >> >> Thanks for feedbacks. >> Samuel. >> > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Pierre http://blog.thepimp.net | http://www.libgd.org