Richard Quadling wrote: > Hi. > > Am I getting this fatal link error on Windows when building PHP due to > an old version of xml in zip.zip? > > My configure.js is > > cscript /nologo configure.js "--with-php-build=..\php_build" > "--with-extra-includes=..\php_build\include" > "--with-extra-libs=..\php_build\lib" "--disable-ipv6" "--enable-cli" > "--enable-cgi" "--enable-isapi" "--with-gd=shared" "--with-libxml" %* > > I added the --with-extra-xxx to see if it would make a difference. It didn't. > > xmlXPathCompiledEvalToBoolean is in ext/libxml/php_libxml2.def > > I did not find any mention of it in /php_build. > > > If it is a case of just an old zip.zip, where do I get a more uptodate one? > > Thanks, > > Richard. >
Yes, it's an old libxml2 - you can get the new ones at http://ctindustries.net/libxml/ (search the mailing list archives..) We're currently in the process of getting a different (hopefully better) way of distributing windows libraries in place, but until that is ready you need to use the old zip.zip and extract the newer libxml2 over top. Thanks, Elizabeth Smith -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php