Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15838 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26096 invoked by uid 1010); 6 Apr 2005 01:10:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26081 invoked from network); 6 Apr 2005 01:10:54 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 6 Apr 2005 01:10:54 -0000 X-Host-Fingerprint: 203.22.197.21 houston.au.fhnetwork.com FreeBSD 4.6-4.9 Received: from ([203.22.197.21:2244] helo=houston.familyhealth.com.au) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 84/0F-19272-B1733524 for ; Tue, 05 Apr 2005 21:10:52 -0400 Received: from houston.familyhealth.com.au (localhost [127.0.0.1]) by houston.familyhealth.com.au (Postfix) with ESMTP id 3207024FDD; Wed, 6 Apr 2005 09:10:48 +0800 (WST) Received: from [192.168.0.40] (work-40.internal [192.168.0.40]) by houston.familyhealth.com.au (Postfix) with ESMTP id 1119B24FCE; Wed, 6 Apr 2005 09:10:48 +0800 (WST) Message-ID: <42533745.3060801@familyhealth.com.au> Date: Wed, 06 Apr 2005 09:11:33 +0800 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Edin Kadribasic Cc: PHP Internals References: <007101c539fb$a9986ac0$0b00000a@blaster> In-Reply-To: <007101c539fb$a9986ac0$0b00000a@blaster> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: libpq version From: chriskl@familyhealth.com.au (Christopher Kings-Lynne) > Which version of libpq is required to compile the new pgsql prepare/execute > commands in php 5.1? I'm getting compilation probles with 8.0.0 client lib > where PQprepare() and PQsendPrepare() seem to be missing. You required the libpq from PostgreSQL 7.4... All use of those two functions is protected by autoconf checks, so I have no idea what's happening. It works fine for me on 8.0.2beta. Care to send me more detailed error messages/output? Chris