-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hannes Magnusson wrote:
> On Fri, Jul 10, 2009 at 16:58, Uwe Schindler<theta...@php.net> wrote:
>> As far as I know, SOAP does not use the HTTP wrappers directly, it uses only
>> sockets/ssl for communication (so the context applies only to the lower
>> level SSL socket). So CURL is not used, because PHP's HTTP streams are not
>> used.
> 
> 
> Ahhhh. You are right.
> But that was because PHP streams didn't support chunked encoding, wasn't it?
> Dmitry: There is no reason why SOAP should be doing its own magic anylonger?
> 
> -Hannes
> 

Hello, I used gdb to follow the execution of a simple php sample using
sopaClient, and I confirm what Uwe Schindler said : SoapClient is not
using http wrappers. So again, compiling with --with-curlwrappers
doesn't solve the problem :)

Cheers,

j-
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpXWQsACgkQK/YAm7PYybmb8ACfSorpjDl6gPu+VwNz2mBLRWFn
s9gAn0d4kSitdy7fMQChRBsZW1puzoow
=HgEP
-----END PGP SIGNATURE-----

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

Reply via email to