Re: [PHP] Bug #51739 tricky string to float conversion

2011-09-01 Thread Simon J Welsh
On 1/09/2011, at 8:43 PM, magic-...@damage.devloop.de wrote: > Simon J Welsh writes: >> On 1/09/2011, at 9:53 AM, magic-...@damage.devloop.de wrote: >>> Am Mittwoch, 31. August 2011, 20:48:37 schrieb Shawn McKenzie: On 08/31/2011 09:03 AM, magic-...@damage.devloop.de wrote: > var_dump((

Re: [PHP] Re: [EasyPHP] How to export and import `alias` from previous version of EasyPHP?

2011-09-01 Thread Daniel Brown
On Wed, Aug 31, 2011 at 22:55, Nam Gi VU wrote: > Dear Danial, > I saw some update on EasyPHP via this group so I just thought to receive > support as well as such advertisement. > I'm sorry to "spam" this group. No, you didn't SPAM us, and I do understand. We'd be better to have a separate

Re: [PHP] Code should be selv-maintaining!

2011-09-01 Thread Tedd Sperling
On Sep 1, 2011, at 8:16 AM, Tim Streater wrote: > On 01 Sep 2011 at 11:42, Richard Quadling wrote: > >> On 30 August 2011 23:25, Richard Quadling wrote: >>> On 30 August 2011 20:09, Robert Cummings wrote: You're just saying that so Tedd will be your friend!! Come now, let's be hones

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:25, richard gray wrote: > On 01/09/2011 14:07, Louis Huppenbauer wrote: >> >> I think it would be best if you could provide us with the .wsdl (and >> possibly with the server-code). >> > Thanks for the quick response Louis.. We need the URL for the WSDL file. Without that,

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:02, richard gray wrote: > I am hoping there's a SOAP expert on the list as this is driving me mad and > Google doesn't come up with much help ... > > I am trying to build a fairly simple web service in SOAP -- the client sends > a string SKU to query a product catalogue data

Re: Re: [PHP] Code should be selv-maintaining!

2011-09-01 Thread Tim Streater
On 01 Sep 2011 at 11:42, Richard Quadling wrote: > On 30 August 2011 23:25, Richard Quadling wrote: >> On 30 August 2011 20:09, Robert Cummings wrote: >>> You're just saying that so Tedd will be your friend!! Come now, let's be >>> honest with everyone... Whitesmith's is -GLEE! ;)

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Louis Huppenbauer
I think it would be best if you could provide us with the .wsdl (and possibly with the server-code). 2011/9/1 richard gray > I am hoping there's a SOAP expert on the list as this is driving me mad and > Google doesn't come up with much help ... > > I am trying to build a fairly simple web servic

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:35, Richard Quadling wrote: > On 1 September 2011 13:27, richard gray wrote: >> On 01/09/2011 14:16, Richard Quadling wrote: >>> >>> Can you give me the URL for the WSDL file? Either online or by direct >>> email. >>> >> Thanks for the quick response Richard -- I have just

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:27, richard gray wrote: > On 01/09/2011 14:16, Richard Quadling wrote: >> >> Can you give me the URL for the WSDL file? Either online or by direct >> email. >> > Thanks for the quick response Richard -- I have just posted the WSDL in my > earlier resply to Louis... > Is the

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread richard gray
On 01/09/2011 14:16, Richard Quadling wrote: Can you give me the URL for the WSDL file? Either online or by direct email. Thanks for the quick response Richard -- I have just posted the WSDL in my earlier resply to Louis... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread richard gray
On 01/09/2011 14:07, Louis Huppenbauer wrote: I think it would be best if you could provide us with the .wsdl (and possibly with the server-code). Thanks for the quick response Louis.. WSDL http://example.com/catalogue.wsdl"; xmlns="http://schemas.xmlsoap.org/wsdl/"; xmlns:soap="http://

[PHP] PHP/ Soap issue

2011-09-01 Thread richard gray
I am hoping there's a SOAP expert on the list as this is driving me mad and Google doesn't come up with much help ... I am trying to build a fairly simple web service in SOAP -- the client sends a string SKU to query a product catalogue database and receives product pricing data - I am using a

Re: [PHP] Code should be selv-maintaining!

2011-09-01 Thread Richard Quadling
On 30 August 2011 23:25, Richard Quadling wrote: > On 30 August 2011 20:09, Robert Cummings wrote: >> You're just saying that so Tedd will be your friend!! Come now, let's be >> honest with everyone... Whitesmith's is -GLEE! ;) > > Beauty is in the eye of the beholder. So I think we'

Re: [PHP] Bug #51739 tricky string to float conversion

2011-09-01 Thread Florian Lemaitre
Le 01/09/2011 10:43, magic-...@damage.devloop.de a écrit : Simon J Welsh writes: On 1/09/2011, at 9:53 AM, magic-...@damage.devloop.de wrote: Am Mittwoch, 31. August 2011, 20:48:37 schrieb Shawn McKenzie: On 08/31/2011 09:03 AM, magic-...@damage.devloop.de wrote: var_dump((float)"8315e839da08

Re: [PHP] Bug #51739 tricky string to float conversion

2011-09-01 Thread magic-php
Simon J Welsh writes: On 1/09/2011, at 9:53 AM, magic-...@damage.devloop.de wrote: Am Mittwoch, 31. August 2011, 20:48:37 schrieb Shawn McKenzie: On 08/31/2011 09:03 AM, magic-...@damage.devloop.de wrote: var_dump((float)"8315e839da08e2a7afe6dd12ec58245d"); results in float(INF) The cast t

Re: [PHP] Bug #51739 tricky string to float conversion

2011-09-01 Thread Simon J Welsh
On 1/09/2011, at 9:53 AM, magic-...@damage.devloop.de wrote: > Am Mittwoch, 31. August 2011, 20:48:37 schrieb Shawn McKenzie: >> On 08/31/2011 09:03 AM, magic-...@damage.devloop.de wrote: >>> Hi, >>> I have opend Bug #51739 in 2010. It was closed as bogus before my last >>> question was answered.

Re: [PHP] Re: Bug #51739 tricky string to float conversion

2011-09-01 Thread magic-php
Am Mittwoch, 31. August 2011, 20:48:37 schrieb Shawn McKenzie: > On 08/31/2011 09:03 AM, magic-...@damage.devloop.de wrote: > > Hi, > > I have opend Bug #51739 in 2010. It was closed as bogus before my last > > question was answered. It would be fine to know what you think about > > that bug. > > I

Re: [PHP] Code should be selv-maintaining!

2011-09-01 Thread Robert Cummings
On 11-09-01 02:39 AM, Ross McKay wrote: Robert Cummings wrote: That's because JavaScript is broken in some ways. As much as I like JavaScript, some parts of the language were thrown together by flinging crap at a fan and seeing what sticks to the wall... this being a prime example. Sounds a l