PHP :: Bug #36614 :: Segfault when using Soap
| Bug #36614 | Segfault when using Soap | ||||
|---|---|---|---|---|---|
| Submitted: | 2006-03-04 21:41 UTC | Modified: | 2006-03-15 17:18 UTC | ||
| From: | alain dot russell at blackpepper dot co dot nz | Assigned: | dmitry (profile) | ||
| Status: | Closed | Package: | SOAP related | ||
| PHP Version: | 5.1.2 | OS: | Mac OSX | ||
| Private report: | No | CVE-ID: | None | ||
[2006-03-04 21:41 UTC] alain dot russell at blackpepper dot co dot nz
Description:
------------
Apache child crashes when I try and use the Soap functions
Reproduce code:
---------------
$lo_soap = new SoapClient("http://soap.sonicmobile.com/sonicmobile.wsdl");
Expected result:
----------------
No crash
Actual result:
--------------
[Sun Mar 05 09:27:18 2006] [notice] child pid 567 exit signal
Bus error (10)
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2006-03-04 21:42 UTC] alain dot russell at blackpepper dot co dot nz
[2006-03-10 10:10 UTC] alain dot russell at blackpepper dot co dot nz
[2006-03-10 10:12 UTC] alain dot russell at blackpepper dot co dot nz
[2006-03-15 17:18 UTC] dmitry@php.net