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?

    for windows is easy just to uncomment the xmlrpc module

    but for Linux you need to recompile PHP with xmlrpc
    http://php.net/manual/en/ref.xmlrpc.php

    Installation

    XML-RPC support in PHP is not enabled by default.
    You will need to use the
    --with-xmlrpc[=DIR]
    configuration option when compiling PHP to enable XML-RPC support.
    This extension is bundled into PHP as of 4.1.0.

      Yes, I realize that, but I'm using XAMPP, so the configuration is a little different. You don't install PHP and all the other components seperately. It's no problem now though, I just took out XAMPP and installed the components seperately.

        Write a Reply...