[Bug 113837] Re: SOAP module crashes php

2011-04-07 Thread Chuck Short
This is fixed in natty, here is the updated URL for the patch: http://svn.php.net/viewvc/pear/packages/SOAP/trunk/Fault.php?r1=243809r2=262667 ** Tags added: bitesize server-sru-easy ** Changed in: php5 (Ubuntu) Status: Confirmed = Fix Released ** Changed in: php-soap (Ubuntu)

[Bug 113837] Re: SOAP module crashes php

2011-04-07 Thread Chuck Short
This is fixed in natty, here is the updated URL for the patch: http://svn.php.net/viewvc/pear/packages/SOAP/trunk/Fault.php?r1=243809r2=262667 ** Tags added: bitesize server-sru-easy ** Changed in: php5 (Ubuntu) Status: Confirmed = Fix Released ** Changed in: php-soap (Ubuntu)

[Bug 113837] Re: SOAP module crashes php

2008-07-15 Thread Soren Hansen
Bug fixed upstream: http://pear.php.net/bugs/bug.php?id=11968 The relevant patch is: http://cvs.php.net/viewvc.cgi/pear/SOAP/Fault.php?r1=1.25r2=1.26view=patch Does anyone feel like preparing an updated package? -- SOAP module crashes php https://bugs.launchpad.net/bugs/113837 You

[Bug 113837] Re: SOAP module crashes php

2008-07-15 Thread Soren Hansen
Bug fixed upstream: http://pear.php.net/bugs/bug.php?id=11968 The relevant patch is: http://cvs.php.net/viewvc.cgi/pear/SOAP/Fault.php?r1=1.25r2=1.26view=patch Does anyone feel like preparing an updated package? -- SOAP module crashes php https://bugs.launchpad.net/bugs/113837 You

[Bug 113837] Re: SOAP module crashes php

2007-10-23 Thread Colan Schwartz
Is there a way to deprecate the PEAR version now that we've got it in core PHP? I could see a lot of users installing php-soap not realizing that it's part of core. I actually didn't know until I did a bit of research. ;) ...or at least specifying this in the package description. -- SOAP

[Bug 113837] Re: SOAP module crashes php

2007-09-26 Thread johannes graƫn
i would suggest everyone to stop working with pear-soap and use the build-in soap functions instead: http://php.net/manual/en/ref.soap.php -- SOAP module crashes php https://bugs.launchpad.net/bugs/113837 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 113837] Re: SOAP module crashes php

2007-09-03 Thread Soren Hansen
Grr... Ok, I've spent hours and hours debugging this.. For one thing, it's far from as simple as you think :) -message is a string, yes, but there's also a method by that name (in Base.php, IIRC). It all goes south in the vicinity of line 466 in Base.php. I'm forwarding it upstream. -- SOAP

[Bug 113837] Re: SOAP module crashes php

2007-09-03 Thread Soren Hansen
Filed with the SOAP developers. http://pear.php.net/bugs/bug.php?id=11968 -- SOAP module crashes php https://bugs.launchpad.net/bugs/113837 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 113837] Re: SOAP module crashes php

2007-05-16 Thread johannes
so shall a new bugreport be created for php5? -- SOAP module crashes php https://bugs.launchpad.net/bugs/113837 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 113837] Re: SOAP module crashes php

2007-05-16 Thread Tom Mortimer-Jones
I've linked the bug to both packages now. ** Also affects: php5 (Ubuntu) Importance: Undecided Status: Unconfirmed ** Changed in: php5 (Ubuntu) Status: Unconfirmed = Confirmed -- SOAP module crashes php https://bugs.launchpad.net/bugs/113837 You received this bug notification

[Bug 113837] Re: SOAP module crashes php

2007-05-13 Thread Tom Mortimer-Jones
Thanks for the bug report. Please can you post a sample of PHP code that causes this crash so that we can confirm this bug? As this bug seems to be in SOAP/Server.php I am changing the package from php5 to php-soap. ** Changed in: php-soap (Ubuntu) Sourcepackagename: php5 = php-soap -- SOAP

[Bug 113837] Re: SOAP module crashes php

2007-05-13 Thread johannes
?php class Service { } require_once('SOAP/Server.php'); $soap = new SOAP_Server(); $service = new Service(); $soap-addObjectMap($service,'urn:soapservice'); $soap-service($GLOBALS['HTTP_RAW_POST_DATA']); // = here ? the line causing the crash is marked in the source code. it

[Bug 113837] Re: SOAP module crashes php

2007-05-13 Thread Tom Mortimer-Jones
Thank you for posting the code. I can confirm that this does cause PHP to crash and that changing -message() to -message in Server.php causes the bug to disappear. This may be two bugs then - one in php-soap which causes the crash in php5. ** Changed in: php-soap (Ubuntu) Status:

[Bug 113837] Re: SOAP module crashes php

2007-05-10 Thread johannes
solution: in SOAP/Server.php search -message(); and replace it with -message; (because it's a string not a method) but anyway, php shouldn't crash when a not existing method is called. -- SOAP module crashes php https://bugs.launchpad.net/bugs/113837 You received this bug notification

[Bug 113837] Re: SOAP module crashes php

2007-05-10 Thread johannes
** Attachment added: _usr_bin_php5.1000.crash http://librarian.launchpad.net/7598804/_usr_bin_php5.1000.crash -- SOAP module crashes php https://bugs.launchpad.net/bugs/113837 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --