Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45688 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53026 invoked from network); 7 Oct 2009 11:37:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Oct 2009 11:37:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=samuel.roze@aliceadsl.fr; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=samuel.roze@aliceadsl.fr; sender-id=unknown Received-SPF: error (pb1.pair.com: domain aliceadsl.fr from 212.27.42.3 cause and error) X-PHP-List-Original-Sender: samuel.roze@aliceadsl.fr X-Host-Fingerprint: 212.27.42.3 smtp3-g21.free.fr Linux 2.6 Received: from [212.27.42.3] ([212.27.42.3:54105] helo=smtp3-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/88-13083-26D7CCA4 for ; Wed, 07 Oct 2009 07:37:08 -0400 Received: from smtp3-g21.free.fr (localhost [127.0.0.1]) by smtp3-g21.free.fr (Postfix) with ESMTP id 12D9181815C; Wed, 7 Oct 2009 13:36:58 +0200 (CEST) Received: from [192.168.0.10] (lns-bzn-46-82-253-200-55.adsl.proxad.net [82.253.200.55]) by smtp3-g21.free.fr (Postfix) with ESMTP id D628781815D; Wed, 7 Oct 2009 13:36:55 +0200 (CEST) To: Pierre Joye Cc: Matteo Beccati , Christopher Jones , Lukas Kahwe Smith , PHP Internals In-Reply-To: References: <1254806557.19561.3.camel@samuel-laptop> <1254894205.7418.32.camel@samuel-laptop> <4ACC2B8F.2040302@oracle.com> <4ACC2E8F.8040903@beccati.com> <4ACC2F62.4050601@oracle.com> <4ACC30A3.8030205@beccati.com> <4ACC32E1.6070909@oracle.com> <4ACC3DDE.8020905@beccati.com> <1254914836.7418.52.camel@samuel-laptop> Content-Type: text/plain; charset="UTF-8" Date: Wed, 07 Oct 2009 13:37:10 +0200 Message-ID: <1254915430.7418.55.camel@samuel-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PDO PgSQL: _pdo_pgsql_notice From: samuel.roze@aliceadsl.fr (Samuel ROZE) Le mercredi 07 octobre 2009 à 13:30 +0200, Pierre Joye a écrit : [...] > > This is a bit complicated and very different ! Actually, each database > > works as it want and it may be better to use different functions for > > each driver. > > That defeats the whole purpose of PDO. The meaning of each message > will indeed different, but if one needs to call different APIs for > each driver, I doubt anyone will ever use them. You're right... If developers are motivated to do that, it'll be a really great thing ! :-) > Cheers,