About DOM function in PHP
Actually, I'll have to correct you on that.
Everything in PHP is an extension, even the standard functions (which
are part of the 'standard' extension). Some extensions are "built-in"
while others are not (ie. standard, in PHP5, the DOM module is
built-in). However, this does not mean they are also enabled! There are
hosts which build php with --disable-dom, there are also hosts which
build php with --disable-libxml thus disabling all xml-related
functionality.
- Tul
|