Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57884 invoked from network); 12 Jul 2003 08:18:25 -0000 Received: from unknown (HELO vckyb1.nw.wakwak.com) (211.9.230.144) by pb1.pair.com with SMTP; 12 Jul 2003 08:18:25 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135:25]) by vckyb1.nw.wakwak.com (Postfix) with ESMTP id 4A91A3FE34; Sat, 12 Jul 2003 17:18:24 +0900 (JST) Received: from at.wakwak.com (z93.219-121-71.ppp.wakwak.ne.jp [219.121.71.93]) by at.wakwak.com (8.12.9/8.12.9/2003-06-03) with SMTP id h6C8INdO040331; Sat, 12 Jul 2003 17:18:24 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Sat, 12 Jul 2003 17:21:06 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: Olivier Hill Cc: internals@lists.php.net Message-ID: <20030712172106'u5tTP@at.wakwak.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit In-Reply-To: <3F0F8F66.8040901@php.net> References: <3F0F8F66.8040901@php.net> Subject: Re: [PHP-DEV] win32build solution.. From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Hmm, I don't much appreciate the idea to use the libxml binaries prepared on another site because libiconv uses errno to indicate the current converter status and libiconv has problem with the "errno" implementations of Microsoft libc's. errno is DLL / thread specific in those and we should always make sure that libiconv is linked to the same import library as libxml and php. I think we still need to build and redistribute them by ourselves, though it could end up with i-overwrote-libxml-and-then-it-stops-working messes. Moriyoshi Olivier Hill wrote: > Hi again (very late) > > For libxml/iconv problem.. > > Should we... repackage the zip file with files from: > http://www.zlatkovic.com/projects/libxml/binaries.html > > Or should we (or I can do that part, I have karma for that) upgrade the > PHP manual and instruct users to go download the files and put them in > the \whatever\win32build\ dir? > > Oliver