php-domxml

spirit

Verified User
Joined
Nov 27, 2004
Messages
177
Location
Germany - Bremen
Hello,

can someone tell me how i can install php-domxml on a CentOS server.

I have read somewhere that we can install it with 'yum install php-domxml and after that rebuild php with --domxl. But yum doesn't find a package.

When we install it can we update PHP without any problems, when we wanne update PHP?
 
If it has it's own RPM you may be able to install it using YUM:
Code:
yum install php-domxml
If that doesn't work, then try to find an RPMhere.

Jeff
 
Back
Top