I would like to use Expat xml parser module.
But I'm not sure how to install it.
I have download it from
(http://www.jclark.com/xml/expat.html)
to my NT machine.
But I have to recompile it to make library for PHP which is I'm not sure how to do that.
Php builder web site said that I should replace the make file to:
libexpat.a: $(OBJS)
ar -rc $@ $(OBJS)
ranlib $@
I did that already.
The only c compiler that I have is visual C++. I very new with visual C++ also and I'm not quite sure how to run the makefile.
Can anyone help me with this?
Or is there a compiled PHP ready expat xml parser around web?