PHP5 and Missing DOM Functions
Published: 2007-09-04
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
Lightweight blog created on Ruby/GAA/Datastore stack
Put this together a month or two back but never got around to replaci... read more
Using Node JS and Couch DB Stack for Web Dev
With the recent hype surrounding Node.js I thought I'd better get my ... read more
Campaign Monitor API Using PHP and SOAP
Campaign Monitor has a fairly comprehensive API and support docs.&nbs... read more
Google Maps Snippet
Absolute bare basics when it comes the Google Map api but a snippet o... read more