Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73483 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48764 invoked from network); 31 Mar 2014 08:11:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Mar 2014 08:11:32 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.44 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.44 mail-wg0-f44.google.com Received: from [74.125.82.44] ([74.125.82.44:36789] helo=mail-wg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/40-44499-23329335 for ; Mon, 31 Mar 2014 03:11:30 -0500 Received: by mail-wg0-f44.google.com with SMTP id m15so5415881wgh.15 for ; Mon, 31 Mar 2014 01:11:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=v3e5dDYpR5O/k8j1dGRE3RR9bmiHAyBYOOOWWlNVVjE=; b=wU9eDfXY1ZzEg7ezoWJsmmX8JeWPHjEIcibL+hxb7Ji8jKHr/jcPyS3WwfRuf4CeUb KEopDOiTDqFkpSRiRojz1revXuWmvdZuoUwh06Lp7dS1TeoHsowmuOFSlOQCDueKexcG Cbk5J5K6xTB6BlCUNOPGZ/ibssEjSPk4MiZNrzriE+JZvV9YCJlxy9ZLcWyYWZiQRRoT XWtUhcwhcq6u3cyoVeIwFUcMV4/DODsQthdHifvm7uJQNXi80RrSli8TDWQSK2+BTeIt 1W1z2laP1TO+OMKX79lqMutYCcWQGV4T6RBJxtCeQ34/7gl57CxfEBY0ZEowu4EYW3ZH XolQ== X-Received: by 10.180.11.36 with SMTP id n4mr10391242wib.4.1396253486480; Mon, 31 Mar 2014 01:11:26 -0700 (PDT) Received: from lepisma.bemi (178-18-170-101.customer.bnet.at. [178.18.170.101]) by mx.google.com with ESMTPSA id g3sm31285142eet.35.2014.03.31.01.11.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 31 Mar 2014 01:11:24 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) In-Reply-To: Date: Mon, 31 Mar 2014 10:11:21 +0200 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Philip Hofstetter X-Mailer: Apple Mail (2.1874) Subject: Re: [PHP-DEV] pdo_pgsql-Improvements From: mike.php.net@gmail.com (Michael Wallner) On 30 03 2014, at 13:41, Philip Hofstetter = wrote: > Hello, >=20 > over the last few days I have been playing with pdo_pgsql a bit in > order to make some wishes I've always had finally come true. >=20 =85 >=20 > So, asking again: Do you guys think, this is worth writing an RFC for? >=20 Probably yes! If in doubt I=92d suggest to go for the RFC. You might also want to look at http://pecl.php.net/pq if you=92re = interested in more sophisticated Postgresql support in PHP. It=92s still = work-in-progress, though. Mike