Re: XML-RPC problem with array

From: Bambero <bambero(at)tlen(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: XML-RPC problem with array
Date: 2005-02-01 23:50:47
Message-ID: 420015D7.9020905@tlen.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sorry, ntg

Bambero napisał(a):

> 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 changed to xmlrpc 'struct' type - thats ok too.
>
> But array (indexed from 1):
> $array[1]
> $array[2]
> $array[3]
> is changed to xmlrpc 'array' type.
>
> Is it possible to change this type to xmlrpc 'struct' type ?
>
> Sorry, my english is not well.
>
> Thanks,
> Bambero
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2005-02-02 01:24:18 Re: cmin increments by 2 except in 7.4?
Previous Message Tom Lane 2005-02-01 23:37:36 Re: cmin increments by 2 except in 7.4?