ID:               34919
 Updated by:       [EMAIL PROTECTED]
 Reported By:      petr dot benes at col dot cz
-Status:           Open
+Status:           Feedback
 Bug Type:         SOAP related
 Operating System: WinXP
 PHP Version:      5.0.5
 New Comment:

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




Previous Comments:
------------------------------------------------------------------------

[2005-10-19 19:26:41] petr dot benes at col dot cz

Description:
------------
I have code:

$wsdl='.....';
$client=new SoapClient($wsdl,array('encoding'=>'windows-1250'));
$client->foo(new SoapVar(null,XSD_DECIMAL,"xsd:decimal"));

It work correctly in PHP 5.0.4.
It don't work in PHP 5.0.5 and restart Apache.

Apache log:
[notice] Parent: child process exited with status 3221225477 --
Restarting.
[notice] Apache/2.0.54 (Win32) PHP/5.0.5 configured -- resuming normal
operations




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34919&edit=1

Reply via email to