ext/soap uses php_libxml_switch_context from ext/libxml, however it
doesn't provide internal equivalent for libxml_use_internal_errors().

Thanks. Dmitry.

Hannes Magnusson wrote:
> On Fri, Aug 29, 2008 at 17:08, Dmitry Stogov <[EMAIL PROTECTED]> wrote:
>> Especially for this situation warnings are generated by libxml.
>> I don't like to disable these warnings in ext/soap, because in some
>> situation libxml may generate warnings and then return parsed document.
>> So SoapClient() won't generate exception, but all warnings would be lost.
> 
> Hmmmh. So ext/soap does not use ext/libxml and therefore ignores my
> libxml_set_stream_context() and libxml_use_internal_errors()
> preferences?
> 
> -Hannes

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

Reply via email to