Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15736 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54323 invoked by uid 1010); 3 Apr 2005 03:02:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54306 invoked from network); 3 Apr 2005 03:02:34 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 3 Apr 2005 03:02:34 -0000 X-Host-Fingerprint: 203.10.1.131 vscan01.westnet.com.au Linux 2.4/2.6 Received: from ([203.10.1.131:42554] helo=vscan01.westnet.com.au) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 99/17-19272-7CC5F424 for ; Sat, 02 Apr 2005 22:02:32 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id 1F3F7CEF06; Sun, 3 Apr 2005 11:01:12 +0800 (WST) Received: from vscan01.westnet.com.au ([127.0.0.1]) by localhost (vscan01.westnet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32749-19; Sun, 3 Apr 2005 11:01:12 +0800 (WST) Received: from [202.72.133.22] (dsl-202-72-133-22.wa.westnet.com.au [202.72.133.22]) by vscan01.westnet.com.au (Postfix) with ESMTP id ADB0ECEEC0; Sun, 3 Apr 2005 11:01:11 +0800 (WST) Message-ID: <424F5CC4.9040300@familyhealth.com.au> Date: Sun, 03 Apr 2005 11:02:28 +0800 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andi Gutmans Cc: internals@lists.php.net References: <5.1.0.14.2.20050402185139.027d4cc0@localhost> In-Reply-To: <5.1.0.14.2.20050402185139.027d4cc0@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 Beta 1 From: chriskl@familyhealth.com.au (Christopher Kings-Lynne) > I'd like to roll PHP 5.1 Beta 1 very soon. > Wez, I've been waiting for PDO in order to get this going. Do you feel > it's mature enough or should I hold off some more time? Well if someone can help me get sqlstate working in pdo_pgsql I'd be happy with a release. At the moment it's just silly that it's not done. However, I'm finding the PDO code a bit of a nightmare so I cannot propagate the sqlstates in all cases... Maybe could I send someone my patch so far? Chris