CVS should have an updated version already.  This was modified
for php3 compatibility after the release of 1.02.

Jakob wrote:
> 
> re: v1.02
> 
> in method getval of class xmlrpcval which contains the following comment
> 
> // contributed by I Sofer, 2001-03-24
> // add support for nested arrays to scalarval
> // i've created a new method here, so as to
> // preserve back compatibility
> 
> the control structure "foreach" is used thrice, although not yet implemented in 
>php3.  instead,
> 
> line replace with
> ---- ------------
> 927  while (list($id, $cont) = each ($b)) {
> 935  while (list($id, $cont) = each ($t)) {
> 938  while (list($id, $cont) = each ($t)) {
> 
> should be used.
> 
> hth,
> ------
> Jakob.
> 
> --
> For information about how to subscribe and unsubscribe from this list
> visit http://xmlrpc.usefulinc.com/list.html

-- 

Miles Lott - phpGroupWare
http://www.phpgroupware.org

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

Reply via email to