PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_Parser » Bug #2069

raiseError() calls without parameters

Details

Submitted2004-08-05 16:04 UTC
Fromsmith at backendmedia dot com
StatusBogus
PackageXML_Parser
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2004-08-05 16:04 UTC] smith at backendmedia dot com

Description:
------------
It would be good if you would pass some message or $this->parser in any calls to raiseError(). In particular it would be nice if you would pass $this->parser in your calls to raiseError in parse() and parseString().

[2006-09-11 17:02 UTC] juan at nobody dot cl

In the file Client.php comment the follow line (aprox line 576):

$params =& new SOAP_Value($mqname->fqn(), 'Struct', $mynull);

then, if you set the variable "$params" with a 'array()' in the function call, the body of response XML lock that:

<SOAP-ENV:Body />

And not:

<SOAP-ENV:Body>
<Operation/>
</SOAP-ENV:Body>

enjoy