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

Reply via email to