Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2325 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67750 invoked from network); 14 Jun 2003 07:48:47 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 14 Jun 2003 07:48:47 -0000 Received: (qmail 15739 invoked from network); 14 Jun 2003 07:48:36 -0000 Received: from localhost (HELO andi-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 14 Jun 2003 07:48:36 -0000 Message-ID: <5.1.0.14.2.20030614104315.03015468@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 14 Jun 2003 10:48:15 +0300 To: "Rob Richards" , In-Reply-To: <025b01c33202$a32db170$06dea8c0@cyberware.local> References: <5.1.0.14.2.20030614013859.033ceea0@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Building on Win32 From: andi@zend.com (Andi Gutmans) At 07:22 PM 6/13/2003 -0400, Rob Richards wrote: >From: Andi Gutmans > > > So can someone tell me where the build stands, what the instructions are > > and how we can get rid of the need of using a patched version of libxml2? > >On windows, you really dont need that giant patch. > >Currently it does need xmlInitThreads in the libxml2.def.src/libxml2.def >(depending if you want to run configure again or not), if you want to use >libxml as a shared dll. If you compile it statically (add LIBXML_STATIC=1 to >the preprocessor definitions) you dont have to worry about adding the export >declaration or recompiling libxml. > >If we dump the call the xmlInitThreads in xml extension, then a patched >version is no longer needed. Currently this is an empty function, but >supposedly will be used in the near future. > >Also for php4dllts project make sure HAVE_XML is in the preprocessor >definitions. >If this still doesnt work, send the errors you get compiling. Thanks for the instructions. I'll try them out later on. Andi