Hi
>
> > I'm trying to build php 5.2.1 on windows and am hitting the following
> > problem at link time
> >
> > Creating library Release\php5ts.lib and object Release\php5ts.exp
> > libxml.obj : error LNK2019: unresolved external symbol _xmlDllMain
> > referenced in function [EMAIL PROTECTED]
Hi Rashmi,
Rashmi Badan wrote:
Hi
. . .
2) Build libxml2 2.6.29 from source (must compile with a MS compiler)
and have PHP link against the libxml2_a_dll.lib file. I added that to
the default libxml2 MSVC build but still need to commit the additon to
the PHP build system (will be post 5.2.4).