Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15508 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75931 invoked by uid 1010); 20 Mar 2005 02:46:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75896 invoked from network); 20 Mar 2005 02:46:37 -0000 Received: from unknown (HELO familyhealth.com.au) (127.0.0.1) by localhost with SMTP; 20 Mar 2005 02:46:37 -0000 X-Host-Fingerprint: 203.10.1.132 vscan02.westnet.com.au Linux 2.4/2.6 Received: from ([203.10.1.132:40130] helo=vscan02.westnet.com.au) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 5C/1A-11294-C04EC324 for ; Sat, 19 Mar 2005 21:46:36 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id B639511D8D8; Sun, 20 Mar 2005 10:46:10 +0800 (WST) Received: from vscan02.westnet.com.au ([127.0.0.1]) by localhost (vscan02.westnet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21075-05; Sun, 20 Mar 2005 10:46:10 +0800 (WST) Received: from [202.72.133.22] (dsl-202-72-133-22.wa.westnet.com.au [202.72.133.22]) by vscan02.westnet.com.au (Postfix) with ESMTP id 4087C11DA70; Sun, 20 Mar 2005 10:46:10 +0800 (WST) Message-ID: <423CE406.2050805@familyhealth.com.au> Date: Sun, 20 Mar 2005 10:46:30 +0800 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christopher Kings-Lynne Cc: Jani Taskinen , internals@lists.php.net References: <423CD7E4.4080407@familyhealth.com.au> <423CDF74.8050506@familyhealth.com.au> In-Reply-To: <423CDF74.8050506@familyhealth.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] ext/pgsql build broken From: chriskl@familyhealth.com.au (Christopher Kings-Lynne) OK, fixed. Please test it. I'll be out for an hour or two... Christopher Kings-Lynne wrote: >> No. Here's the whole section from it: >> >> #define PG_DIAG_SEVERITY 'S' >> #define PG_DIAG_SQLSTATE 'C' >> #define PG_DIAG_MESSAGE_PRIMARY 'M' >> #define PG_DIAG_MESSAGE_DETAIL 'D' >> #define PG_DIAG_MESSAGE_HINT 'H' >> #define PG_DIAG_STATEMENT_POSITION 'P' >> #define PG_DIAG_CONTEXT 'W' >> #define PG_DIAG_SOURCE_FILE 'F' >> #define PG_DIAG_SOURCE_LINE 'L' >> #define PG_DIAG_SOURCE_FUNCTION 'R' > > > Hmmmm. Maybe the failing ones were added in 8.0... Let me check... > > Chris >