Okay I'll take care of that this afternoon.



Sent from Yahoo! Mail on Android



From: Martin Stjernholm, Roxen IS @ Pike developers forum <10353@lyskom.lysator.liu.se>;
To: <pike-devel@lists.lysator.liu.se>;
Subject: Re: Val.true and Val.false [Was: XMLRPC] (from pike@roxen.com)
Sent: Sat, Sep 10, 2011 4:30:11 PM

The patch in decode() is good, but it isn't backward compatible since
old code might expect the integers 0 and 1 for booleans. This is what
we discussed earlier on whether or not to make the boolean objects
int-like.

As I said earlier, I suggest an optional flag to Client/AsyncClient to
enable the newstyle decode mode in responses, and to decode_call to
enable it for incoming calls.

I also miss a corresponding patch in 7.9.