Hey all.
I've currently got an install of XAMPP running on Ubuntu locally for development purposes, but it's come up that I need XML functionality (which is supposed to be built-in and enabled by default) but it doesn't seem to be working properly. I've got PHP5 installed and there's not any configuration options I can enable in php.ini, and whenever I try to use the built-in PHP functions for XML stuff (xml_parser_create() for example) I get an undefined function error.
Anyone have any ideas?