Necesități

Această extensie necesită extensia PHP libxml. Aceasta înseamnă că e necesară de asemenea și indicarea opțiunii --with-libxml, sau --enable-libxml pentru PHP anterior 7.4, cu toate că aceasta este realizat în mod implicit deoarece libxml este activată implicit.

This extension uses an expat compat layer by default. It can use also expat, which can be found at » http://www.jclark.com/xml/expat.html. The Makefile that comes with expat does not build a library by default, you can use this make rule for that:

libexpat.a: $(OBJS)
    ar -rc $@ $(OBJS)
    ranlib $@
A source RPM package of expat can be found at » http://sourceforge.net/projects/expat/.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top