CakeFest 2024: The Official CakePHP Conference

Dependências

Esta extensão requer a extensão PHP libxml. Isso significa que ao compilar o PHP é preciso passar a flag de configuração --with-libxml, ou antes do PHP 7.4, --enable-libxml, embora isso seja feito implicitamente pois a libxml está habilitada por padrão.

This extension uses an expat compat layer by default. It can use also expat, which can be found at » https://libexpat.github.io/. 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 » https://sourceforge.net/projects/expat/.

add a note

User Contributed Notes

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