[PHP-DEV] is this a bug in SoapServer?

2007-04-11 Thread Ron Korving
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

Re: [PHP-DEV] is this a bug in SoapServer?

2007-04-11 Thread Lukas Kahwe Smith
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

Re: [PHP-DEV] is this a bug in SoapServer?

2007-04-11 Thread Ron Korving
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' => '

[PHP-DEV] Google Summer of Code

2007-04-11 Thread Harshad Bhadka
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

[PHP-DEV] Patch for bug #40938

2007-04-11 Thread Andrea
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

Re: [PHP-DEV] GSoC, Mutation Testing, Ineligible

2007-04-11 Thread Lukas Kahwe Smith
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

[PHP-DEV] php feature

2007-04-11 Thread Oliver Block
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

Re: [PHP-DEV] php feature

2007-04-11 Thread Jarismar Chaves da Silva
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

Re: [PHP-DEV] php feature

2007-04-11 Thread Andrey Hristov
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

Re: [PHP-DEV] php feature

2007-04-11 Thread Richard Lynch
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

[PHP-DEV] Re: php feature

2007-04-11 Thread Andrew Hutchings
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

[PHP-DEV] CVS Account Request: snake

2007-04-11 Thread snake snake
I like PEGL and PHP!! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php