<?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 seems to be a problem of php5 as well because the application crashes
caused by an error in the source code of soap. normally it should throw
an error instead of jumping to a non existing class method.

-- 
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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to