I have a new Linux (Slackware) box and we're running PHP 4.3.9. I need to install domxml. (I know that it is being replaced by DOM, but we have an existing app that uses domxml and there is no time to recode it in DOM.)
According to the php.net documentation, on the page for domxml:
http://www.php.net/manual/en/ref.domxml.php
the package should be on PECL, here:
http://pecl.php.net/package/domxml
But as you can see PECL says "not found." Also, a search on PECL for the keywords "domxml dom xml" does not find it. (I also checked PEAR.) Any help appreciated. TIA.