PHP5 and Missing DOM Functions
If you find the PHP5 DOM Functions are not installed as part of the default PHP5 install (which they should be and are - for most installations) perform a couple of yum installs on the php-xml and php-xmlrpc packages.
yum install php-xml yum install php-xmlrpc
Nothing complicated but I spent half an hour Googling for an indication as to which packages I needed to install, not finding anything useful and resorting to trial and error.
Side Note to myself: LibXML was installed and PHP was built with dom enabled before these updates.
RECENT ARTICLES
Import Error: No module named django.core.management
Installing and testing the Django Framework on my new mac I came acro... read more
Quick Note on Setting Up a Mail Server
Part of the basics when setting up a mail server but I needed to put ... read more
Microformats Creator Tool
"Microformats are a way of adding simple markup to human-readable... read more
Recursive Directory Listing
Nothing too fancy but a nice way of viewing a directory tree on your ... read more