Thanks.  I've patched my source, and will incorporate this in a point
release of the stable distribution.

I'm also considering doing an unstable branch so I can include some
experimental support for things contributed by others, e.g. SSL support
via curl.

On 25 Jul 2001 12:37:40 +0200, giancarlo pinerolo wrote:
> 
> 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
> 



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

Reply via email to