Thank you. I kept trying to find php-domxml.
Alexander Dalloz wrote:
Am Sa, den 12.11.2005 schrieb Steven Stern um 1:37:
I'm trying to move my Horde/Imp installation from my old FC3 machine to
a new FC4 system. Horde requires DOMXML. The standard PHP is compiled
with --disable-dom and I can't find a version of php-domxml for FC4.
Steve
Simply "yum install php-xml". That package obsoletes the old domxml:
From the .spec file:
%package xml
Summary: A module for PHP applications which use XML
Group: Development/Languages
Requires: php = %{version}-%{release}
Obsoletes: php-domxml, php-dom
Provides: php-dom, php-xsl
BuildRequires: libxslt-devel >= 1.0.18-1, libxml2-devel >= 2.4.14-1
%description xml
The php-xml package contains dynamic shared objects which add support
to PHP for manipulating XML documents using the DOM tree,
and performing XSL transformations on XML documents.
Alexander
--
Steve