PHP Velho Oeste 2024

インストール手順

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

add a note add a note

User Contributed Notes 1 note

up
-12
alvaro at digdib dot com
15 years ago
Gentoo users: emerge does not compile dev-lang/php with --enable-xmlwriter by default. To enable this option, add the flag xmlwriter to your USE variable and recompile php.
To Top