downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

インストール手順> <インストール/設定
[edit] Last updated: Fri, 25 May 2012

view this page in

要件

この拡張モジュールを使うには libxml 拡張モジュールが必要です。つまり、 --enable-libxml も指定しなければならないということです。 しかし、libxml はデフォルトで有効になっているのでこのオプションは暗黙のうちに指定されています。

このエクステンションは、expat を使用します。 これは、» http://www.jclark.com/xml/expat.htmlにあります。 expat に付属のMakefileは、デフォルトでライブラリを構築しません。 これを行うmakeルールを次のように指定できます。

libexpat.a: $(OBJS)
    ar -rc $@ $(OBJS)
    ranlib $@
expat のソース RPM パッケージが » http://sourceforge.net/projects/expat/ にあります。



add a note add a note User Contributed Notes 要件
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites