Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6243 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94112 invoked by uid 1010); 6 Dec 2003 02:11:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94078 invoked from network); 6 Dec 2003 02:11:55 -0000 Received: from unknown (HELO mail.kromann.info) (64.186.239.125) by pb1.pair.com with SMTP; 6 Dec 2003 02:11:55 -0000 Received: from Swwwing2000 (unknown [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id B23E52AE70; Fri, 5 Dec 2003 18:29:25 -0800 (PST) To: Rob Richards Cc: Sebastian Bergmann , X-Mailer: Swwwing 2000 Message-ID: <10706765986520000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Fri, 05 Dec 2003 18:09:58 -0800 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/iconv config.w32 /ext/libxml config.w32 /ext/xsl config.w32 /ext/zlib config.w32 From: frank@kromann.info ("Frank M. Kromann") Hi, Iconv-1.9.1 from ftp.gnu.org works fine as well. - Frank > From: Sebastian Bergmann > > > Where can I get these? Right now the build fails for me (I am using the > > php_build package from Edin). > > Sebastian, > > This is from an older email I sent a while back. These files are probably > going to need to be put with the rest of the win build files as well for > easy access. > > www.ctindustries.net/patches/winphplibxml.zip > contains the libxml, libxslt as well as iconv files for building. iconv is > the stock version, but is included for versioning. libxml.dll and > libxslt/libexslt dlls are not needed, as we only need the static libs, but > are included. > php_libxml2.def needs to be placed in the ext/libxml directory. > libxml is version 2.5.11, libxslt is version 1.0.33 and iconv is version 1.8 > > http://www.ctindustries.net/patches/winlibxml.diff.txt > diff is only for the debug build right now. > iconv.dsp was changed to link against php4ts_debug.lib for its iconv > symbols. Seems to work though there's still an open bug (#26194) so the > iconv() function isnt working. > xsl.dsp was changed to link against php4ts_debug.lib for its libxml and > iconv symbols > php4dllts.dsp statically links against libxml and iconv. > > Rob > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >