php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34919 null value
Submitted: 2005-10-19 19:26 UTC Modified: 2005-10-28 01:00 UTC
From: petr dot benes at col dot cz Assigned:
Status: No Feedback Package: SOAP related
PHP Version: 5.0.5 OS: WinXP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
14 - 12 = ?
Subscribe to this entry?

 
 [2005-10-19 19:26 UTC] 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



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-19 20:45 UTC] tony2001@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-10-20 07:47 UTC] petr dot benes at col dot cz
Last version don't work too.
 [2005-10-20 19:34 UTC] tony2001@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2005-10-28 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: Tue Apr 16 23:01:30 2024 UTC