Drupal 7.0 Alpha 1 released, Drupal 7.0 is available now!

pdate: Drupal 7.0 Alpha 2 is available now!

http://drupal.org/drupal-7.0-alpha1

Umesh at VinayRas Infotech
Sr Developer

PHP DOM Extension :: Not found

The DOM extension is part of PHP 5 core, but doesn't seem to be enabled on your system. You need to enable the DOM extension on your PHP installation.

yum install php-xml

Make sure to adjust configs in order to actually load the modules:

/etc/php.d/dom.ini
/etc/php.d/xmlreader.ini
/etc/php.d/xmlwriter.ini
/etc/php.d/xsl.ini

and restart apache.

Do not forget to restart your webserver when using php pages in it.

/etc/init.d/httpd restart