Good day.
I wonder if I need to reconfigure PHP in order to be able to use those wddx functions ?
I've tried something like this:
<?
$str = "Just Testing";
echo wddx_serialize_value($str, "Test");
?>
But it shows Fatal error: Call to undefined function: wddx_serialize_vars() in /xxx/xxx/wddx.php on line 3
I've tried it on both PHP version 3.0.15 and 4.0.2
Both version shows the same error. Have I missed something ?