From: jl at kigmbh dot de
Operating system: W2K orginal binaries
PHP version: 5.0.0RC2
PHP Bug Type: Reproducible crash
Bug description: crash with standalone gsoap server
Description:
------------
i use the downloaded binaries for w2k. The Server is a standalon gsoap
test Server (calc). This service works fine with nusoap and PEAR::SOAP.
<?php
$url1="calc.wsdl";
$client = new SoapClient($url1, array("trace"=>1, "exceptions"=>1) );
var_dump($client->__getFunctions());
$ret=$client->add(2,376721);
?>
__getFunctions() work and $client->add() conncted the server.
(gsoap-Server create a new thread). Then crash php.exe with
Acces Violation an address 00e67ef8 in php_soap.dll. Gsoap read no
xml-Data fom Client.
--
Edit bug report at http://bugs.php.net/?id=28541&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28541&r=trysnapshot4
Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28541&r=trysnapshot5
Fixed in CVS: http://bugs.php.net/fix.php?id=28541&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=28541&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=28541&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=28541&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=28541&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=28541&r=support
Expected behavior: http://bugs.php.net/fix.php?id=28541&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=28541&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=28541&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=28541&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28541&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=28541&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=28541&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=28541&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28541&r=float