View Full Version : php wddx
sam3d
06-12-2008, 02:40 PM
Re php requirements: wddx
Does iLance require a php build with wddx enabled?
Or can iLance use XML_Wddx when it is installed as a Pear extension ?
Peter
06-12-2008, 03:04 PM
Hi Sam,
The reason wddx is mentioned is because in one place (and one place only) in the ILance code, there is this function calling a wddx* instance:
if (in_array($errno, $user_errors))
{
$err .= "\t<vartrace>".wddx_serialize_value($vars,"Variables")."</vartrace>\n";
$err .= "</errorentry>\n\n";
}
And this is to do with the "AdminCP > Edit DB" feature we have there developed in Flash. I would say it's not required to run ILance - period.
You should be able to make use of your Pear extension without problem. So long as it understand the following:
wddx_serialize_value();
I mean even if you don't support that, you always have PHPmyadmin. To be safe, we added that extension just in case.. but it's not required to run the front end of ILance .. or the back end.. just one portion of the code as shown above dealing with the Flash Database Management tool.
Regards,
Peter
sam3d
06-12-2008, 03:13 PM
Ah, a precise and detailed response, thx!
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.