Hi,
returning array('5' => 'Foo', '10' => 'Bar') from a SoapServer handler class
ends up as array(0 => 'Foo', 1 => 'Bar') at the client end. I can hardly
imagine this being a feature, but maybe someone can tell me if this is
somehow wanted or inevitable behavior.
Thanks,
Ron Korving
--
PHP
Ron Korving wrote:
Hi,
returning array('5' => 'Foo', '10' => 'Bar') from a SoapServer handler class
ends up as array(0 => 'Foo', 1 => 'Bar') at the client end. I can hardly
imagine this being a feature, but maybe someone can tell me if this is
somehow wanted or inevitable behavior.
I assume
But array('a' => 'Foo', 'b' => 'Bar') does end up correctly. It only fails
with numeric keys. I'm using PHP 5.2.1 by the way.
Thanks,
Ron
"Lukas Kahwe Smith" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> Ron Korving wrote:
>> Hi,
>>
>> returning array('5' => 'Foo', '10' => '
Dear Sir,
Name: H.B.Bhadka
My Project: http://www.ccprvbt.org
Address:
7, Trambakeshwar Society,
Nr. Law College, 60 Feet Road,
Surendranagar - 363 035.
Gujarat (India)
M: +91-93740-09523
..
.
H. B. Bhadka
Lecturer, Department of MCA,
C. U. Shah College of Engg
Hello,
the BUG #38236(http://bugs.php.net/bug.php?id=38236),correctly addressed
and fixed in the PHP 5.x codebase, is still present in the PHP 4.4.x
codebase. I've tested and reproduced the same problem with many
installations ranging from PHP 4.4.0 to PHP 4.4.6 included.
I've used the relevant p
Lukas Kahwe Smith wrote:
Mark Wiesemann wrote:
This was just a friendly note for Sebastian and other mentors, e.g. to
avoid that maybe Google itself ranks people like Thomas Koch next year
down because their 2007 application was marked as "spam" (<= in Google's
interpretation).
Good point. We
Hello,
did you ever discuss a feature like 'application variables'? What I mean is
that a bunch of scripts builds a logic application which is e.g. able to share
variables. While session variables can be used to store values between script
files for a single user , 'application variables' stor
I believe you can easily address this by using some non-volatile, application
wide storage, like file system, or cookies. You can also implement a session
handler and define some logic to load and save values from session in a
transparent way.
Oliver Block wrote:
Hello,
did you ever discuss
Oliver Block wrote:
> Hello,
>
> did you ever discuss a feature like 'application variables'? What I mean is
> that a bunch of scripts builds a logic application which is e.g. able to
> share variables. While session variables can be used to store values between
> script files for a single use
On Wed, April 11, 2007 6:29 pm, Oliver Block wrote:
> did you ever discuss a feature like 'application variables'? What I
> mean is that a bunch of scripts builds a logic application which is
> e.g. able to share variables. While session variables can be used to
> store values between script files
Oliver Block wrote:
> Hello,
>
> did you ever discuss a feature like 'application variables'? What I mean is
> that a bunch of scripts builds a logic application which is e.g. able to
> share variables. While session variables can be used to store values between
> script files for a single use
I like PEGL and PHP!!
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
12 matches
Mail list logo