Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15507 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64442 invoked by uid 1010); 20 Mar 2005 02:27:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64424 invoked from network); 20 Mar 2005 02:27:07 -0000 Received: from unknown (HELO familyhealth.com.au) (127.0.0.1) by localhost with SMTP; 20 Mar 2005 02:27:07 -0000 X-Host-Fingerprint: 203.10.1.132 vscan02.westnet.com.au Linux 2.4/2.6 Received: from ([203.10.1.132:35511] helo=vscan02.westnet.com.au) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 1D/C9-11294-97FDC324 for ; Sat, 19 Mar 2005 21:27:06 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id 20E2011D772; Sun, 20 Mar 2005 10:26:40 +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 20421-07; Sun, 20 Mar 2005 10:26:40 +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 AA77F11D9CC; Sun, 20 Mar 2005 10:26:39 +0800 (WST) Message-ID: <423CDF74.8050506@familyhealth.com.au> Date: Sun, 20 Mar 2005 10:27:00 +0800 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jani Taskinen Cc: internals@lists.php.net References: <423CD7E4.4080407@familyhealth.com.au> In-Reply-To: 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) > 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