|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-10-19 20:45 UTC] tony2001@php.net
[2005-10-20 07:47 UTC] petr dot benes at col dot cz
[2005-10-20 19:34 UTC] tony2001@php.net
[2005-10-28 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 21:00:01 2025 UTC |
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