Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33533 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79268 invoked by uid 1010); 30 Nov 2007 00:07:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79253 invoked from network); 30 Nov 2007 00:07:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2007 00:07:47 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:50842] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/D9-32949-2545F474 for ; Thu, 29 Nov 2007 19:07:46 -0500 Received: from [192.168.1.34] (ppp85-140-123-180.pppoe.mtu-net.ru [85.140.123.180]) by daylessday.org (Postfix) with ESMTP id 527316401C1; Fri, 30 Nov 2007 03:07:43 +0300 (MSK) Message-ID: <474F544E.5050606@daylessday.org> Date: Fri, 30 Nov 2007 03:07:42 +0300 User-Agent: Thunderbird 2.0.0.9 (X11/20071114) MIME-Version: 1.0 To: Michael Eshom CC: internals@lists.php.net References: <5E.11.32949.4C00F474@pb1.pair.com> <474F2E27.3030900@daylessday.org> <474F5064.8020901@oldiesmann.us> In-Reply-To: <474F5064.8020901@oldiesmann.us> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Unable to compile PHP6 with pgsql From: tony@daylessday.org (Antony Dovgal) On 30.11.2007 02:51, Michael Eshom wrote: > Everything worked this time. Still get the "incompatible pointer type" > messages, but it still compiled properly. Thanks! The incompatible pointer type messages are expected since ext/pgsql is not (yet) updated to support Unicode. And looking at the pgsql maintainers activity, I wouldn't expect any changes in the nearest future. Want to give them a hand? -- Wbr, Antony Dovgal