php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28541 crash with standalone gsoap server
Submitted: 2004-05-27 12:05 UTC Modified: 2005-03-15 01:00 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: jl at kigmbh dot de Assigned:
Status: No Feedback Package: SOAP related
PHP Version: 5.0.0RC2 OS: W2K orginal binaries
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jl at kigmbh dot de
New email:
PHP Version: OS:

 

 [2004-05-27 12:05 UTC] jl at kigmbh dot de
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.
 





Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-06 20:04 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2005-03-15 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC