Hello Dmitry,

Thursday, September 9, 2004, 5:59:11 PM, you wrote:

> Hi Marcus,

> Can you explain for what reason you changed prototype of the
> SoapClient::__call?
> This broke receiving of SOAP headers.

__call() is an engine feature that requires either three (PHP 4)
or exactly 2 (PHP 5) parameters. If you need a more complex
function then you need to provide a separate function and
probably map both the new and _call onto a combined implementation.

best regards
marcus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to