ID: 47049 Comment by: uli dot staerk at globalways dot net Reported By: uli dot staerk at globalways dot net Status: Open Bug Type: Reproducible crash Operating System: Linux 2.6.16 PHP Version: 5.2.8 New Comment:
WSDL: http://uli-staerk.de/temp/report.wsdl You will need to fill in valid service-address. Previous Comments: ------------------------------------------------------------------------ [2009-01-09 11:47:46] uli dot staerk at globalways dot net Description: ------------ I cant not give you any further information as the example shows. Reproduce code: --------------- <?php ini_set('soap.wsdl_cache_enabled',false); function debug($str) {echo '<pre>'; print_r($str); echo '</pre>'; } try { $client = new SoapClient('reporter.wsdl', array('trace' => 1 , 'exceptions' => true) ); // debug(debug($client->__getFunctions())); // works $host = array('uuid' => 'foo'); $software_list = array(array('name' => 'package', 'version' => '1.2.3', 'state' => 'installed')); $updates = array(); $report_id = $client->__soapCall('reportSoftwareStatus',array($host, $software_list, $updates)); } catch (Exception $e) { debug((string)$e); } Expected result: ---------------- segmentation fault Actual result: -------------- error message ;) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47049&edit=1