Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15824 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75657 invoked by uid 1010); 5 Apr 2005 16:55:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75639 invoked from network); 5 Apr 2005 16:55:00 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 5 Apr 2005 16:55:00 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:47383] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 0E/76-19272-3E2C2524 for ; Tue, 05 Apr 2005 12:55:00 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j35GturR027757 for ; Tue, 5 Apr 2005 18:55:56 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j35Gttw5027744; Tue, 5 Apr 2005 18:55:55 +0200 Date: Tue, 5 Apr 2005 18:54:54 +0200 (CEST) X-X-Sender: derick@localhost To: Edin Kadribasic cc: Christopher Kings-Lynne , PHP Internals In-Reply-To: <007101c539fb$a9986ac0$0b00000a@blaster> Message-ID: References: <007101c539fb$a9986ac0$0b00000a@blaster> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jci-ict.nl Subject: Re: [PHP-DEV] libpq version From: derick@php.net (Derick Rethans) On Tue, 5 Apr 2005, Edin Kadribasic wrote: > 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. I would suggest to fix this, as there are still plenty of people using 7.x... Derick