aneeshep Asked: 2011-03-05 05:27:31 +0800 CST2011-03-05 05:27:31 +0800 CST 2011-03-05 05:27:31 +0800 CST Where is the DOM XML package for PHP 5? 772 Is there any DOM XML package available for php5 as php4-domxml in the case of php4? php 1 Answers Voted Best Answer Lekensteyn 2011-03-05T07:39:45+08:002011-03-05T07:39:45+08:00 DOM is included by default in a PHP installation: Installation This extension is enabled by default. It may be disabled by using the following option at compile time: --disable-dom Looking at the build rules, DOM is neither disabled, so it should be available. Answering your question: no, there is no package like php4-domxml because PHP 5 includes it by default.
DOM is included by default in a PHP installation:
Looking at the build rules, DOM is neither disabled, so it should be available.
Answering your question: no, there is no package like php4-domxml because PHP 5 includes it by default.