php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29385 Soapserver always uses std class
Submitted: 2004-07-26 10:44 UTC Modified: 2004-11-16 13:18 UTC
Votes:10
Avg. Score:4.7 ± 0.6
Reproduced:8 of 8 (100.0%)
Same Version:6 (75.0%)
Same OS:1 (12.5%)
From: ron at ttvavanti dot nl Assigned: dmitry (profile)
Status: Closed Package: SOAP related
PHP Version: 5.0.0 OS: Debian GNU/Linux (2.4.22)
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: ron at ttvavanti dot nl
New email:
PHP Version: OS:

 

 [2004-07-26 10:44 UTC] ron at ttvavanti dot nl
Description:
------------
SoapServer always seems to use std class on complex types. This way you can never get something like

class Foo { // some stuff on the class }

public function sendFoo(Foo $bar) { return $bar->doSomething(); }

to work. Because it will always cause a SoapFault (Argument 1 must be an instance of Foo).

If you would need more information, feel free to contact me.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-16 13:14 UTC] dmitry@php.net
Fixed in CVS HEAD and PHP_5_0.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 11:01:29 2024 UTC