Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15503 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63594 invoked by uid 1010); 19 Mar 2005 21:21:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63579 invoked from network); 19 Mar 2005 21:21:27 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2005 21:21:27 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:41025] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 9D/AF-26779-6D79C324 for ; Sat, 19 Mar 2005 16:21:27 -0500 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 6500ADC1BD; Sat, 19 Mar 2005 23:21:24 +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 j2JLLQpc019286; Sat, 19 Mar 2005 23:21:26 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j2JLLQLQ019267; Sat, 19 Mar 2005 23:21:26 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Sat, 19 Mar 2005 23:21:26 +0200 (EET) Reply-To: Jani Taskinen To: chriskl@php.net Cc: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: ext/pgsql build broken From: sniper@php.net (Jani Taskinen) Compile fails now with ext/pgsql after your commits: /usr/src/php5/ext/pgsql/pgsql.c: In function `zm_startup_pgsql': /usr/src/php5/ext/pgsql/pgsql.c:494: error: `PG_DIAG_INTERNAL_POSITION' undeclared (first use in this function) /usr/src/php5/ext/pgsql/pgsql.c:494: error: (Each undeclared identifier is reported only once /usr/src/php5/ext/pgsql/pgsql.c:494: error: for each function it appears in.) /usr/src/php5/ext/pgsql/pgsql.c:495: error: `PG_DIAG_INTERNAL_QUERY' undeclared (first use in this function) /usr/src/php5/ext/pgsql/pgsql.c: In function `zif_pg_result_error_field': /usr/src/php5/ext/pgsql/pgsql.c:3488: error: `PG_DIAG_INTERNAL_POSITION' undeclared (first use in this function) /usr/src/php5/ext/pgsql/pgsql.c:3488: error: `PG_DIAG_INTERNAL_QUERY' undeclared (first use in this function) make: *** [ext/pgsql/pgsql.lo] Error 1 Please fix ASAP. --Jani