importing 
global value for boolean was forgotten in the 
function xmlrpc_encode($php_val) {
   global $xmlrpcInt;
   global $xmlrpcDouble;
   global $xmlrpcString;
   global $xmlrpcArray;
   global $xmlrpcStruct;
   global $xmlrpcBoolean;  ## was missing

patch:

1093d1092
<    global $XML_RPC_Boolean;

so the addet ttest on value fails


Giancarlo

--
For information about how to subscribe and unsubscribe from this list
visit http://xmlrpc.usefulinc.com/list.html

Reply via email to