Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82113 invoked by uid 1010); 20 Mar 2005 02:58:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82098 invoked from network); 20 Mar 2005 02:58:31 -0000 Received: from unknown (HELO iki.fi) (127.0.0.1) by localhost with SMTP; 20 Mar 2005 02:58:31 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:48564] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id A8/7A-11294-7D6EC324 for ; Sat, 19 Mar 2005 21:58:31 -0500 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id DC946BA69B; Sun, 20 Mar 2005 04:58:28 +0200 (EET) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j2K2wSQc031359; Sun, 20 Mar 2005 04:58:28 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j2K2wRQu031355; Sun, 20 Mar 2005 04:58:28 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Sun, 20 Mar 2005 04:58:27 +0200 (EET) Reply-To: Jani Taskinen To: Christopher Kings-Lynne Cc: internals@lists.php.net In-Reply-To: <423CE406.2050805@familyhealth.com.au> Message-ID: References: <423CD7E4.4080407@familyhealth.com.au> <423CDF74.8050506@familyhealth.com.au> <423CE406.2050805@familyhealth.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] ext/pgsql build broken From: sniper@iki.fi (Jani Taskinen) Yeah, compiles now. I fixed a small error in your fix though. :) --Jani On Sun, 20 Mar 2005, Christopher Kings-Lynne wrote: > 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