Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15860 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39166 invoked by uid 1010); 6 Apr 2005 13:19:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39149 invoked from network); 6 Apr 2005 13:19:49 -0000 Received: from unknown (HELO yahoo.co.kr) (127.0.0.1) by localhost with SMTP; 6 Apr 2005 13:19:49 -0000 X-Host-Fingerprint: 203.10.1.131 vscan01.westnet.com.au Linux 2.4/2.6 Received: from ([203.10.1.131:49832] helo=vscan01.westnet.com.au) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 06/46-19272-2F1E3524 for ; Wed, 06 Apr 2005 09:19:46 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id 6733ACBB73; Wed, 6 Apr 2005 21:18:13 +0800 (WST) Received: from vscan01.westnet.com.au ([127.0.0.1]) by localhost (vscan01.westnet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02774-01; Wed, 6 Apr 2005 21:15:55 +0800 (WST) Received: from [202.72.133.22] (dsl-202-72-133-22.wa.westnet.com.au [202.72.133.22]) by vscan01.westnet.com.au (Postfix) with ESMTP id EB0F7CF8C9; Wed, 6 Apr 2005 21:15:53 +0800 (WST) Message-ID: <4253E166.8080805@familyhealth.com.au> Date: Wed, 06 Apr 2005 21:17:26 +0800 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wez Furlong Cc: Edin Kadribasic , Derick Rethans , PHP Internals References: <007101c539fb$a9986ac0$0b00000a@blaster> <4252DC6C.6020202@emini.dk> <42533A68.1040306@familyhealth.com.au> <4e89b42605040605432c94796c@mail.gmail.com> In-Reply-To: <4e89b42605040605432c94796c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] libpq version From: chriskl@familyhealth.com.au (Christopher Kings-Lynne) > You're not making much sense here; first you say that you think the > errors are because he is not linking against version 8, but then you > say that only version 7.4 or higher is required. As in I suspect (1) he's linking against 7.3 or (2) for some reason the libpq 8.0 windows DLL is specifically missing those two functions, which exist in the Unix version. Chris