CakeFest 2024: The Official CakePHP Conference

インストール手順

XMLReader 拡張モジュールは、PHP にバンドルされています。 この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。 --disable-xmlreader

add a note

User Contributed Notes 2 notes

up
-16
alvaro at digdib dot com
15 years ago
Gentoo users: emerge does not compile dev-lang/php with --enable-xmlreader by default. To enable this option, add the flag xmlreader to your USE variable and recompile php.
up
-31
Miguel Cruz
11 years ago
If you are having trouble loading this extension (perhaps with a log message like 'Undefined symbol "dom_node_class_entry"'), make sure that you have xmlreader.so listed AFTER dom.so in php.ini.
To Top