Re: [PHP] XML-RPC problem with array

2005-02-01 Thread Richard Lynch
Bambero wrote: > Hello > > I have compiled my php with --with-xmlrpc option to use xmlrpc server. > Everything works fine, but there is one problem. > > Array (indexed from 0): > $array[0] > $array[1] > $array[2] > is changed to xmlrpc 'array' type - thats ok. > > Array (with string indexes): >

[PHP] XML-RPC problem with array

2005-02-01 Thread Bambero
Hello I have compiled my php with --with-xmlrpc option to use xmlrpc server. Everything works fine, but there is one problem. Array (indexed from 0): $array[0] $array[1] $array[2] is changed to xmlrpc 'array' type - thats ok. Array (with string indexes): $array['ad'] $array['sd'] $array['rd'] is ch