Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44919 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53970 invoked from network); 10 Jul 2009 15:06:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jul 2009 15:06:58 -0000 Authentication-Results: pb1.pair.com header.from=endrazine@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=endrazine@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.228 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: endrazine@gmail.com X-Host-Fingerprint: 209.85.219.228 mail-ew0-f228.google.com Received: from [209.85.219.228] ([209.85.219.228:60202] helo=mail-ew0-f228.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/A3-37812-119575A4 for ; Fri, 10 Jul 2009 11:06:57 -0400 Received: by ewy28 with SMTP id 28so284420ewy.23 for ; Fri, 10 Jul 2009 08:06:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=A8WdWfRDty3gTDtIoyXoYEwNByOP3bxYYqlTPbZkghQ=; b=u5shffR8+CL31V2gLT6T6agTPS7D9Tt5RL/d0qsdNKXJsatAW2PQPHb+JIzX8Dnq5c 6F5HtTc7ZoZo/BUn6SQA4PRg4UCoeBDmvTU7ucaJk5vU2M0wY0uYOSvYWt6xXEloK/m2 3hZ52DN2J8d/qMZBUW5c4ViCSF+CJqtef/Wps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=anN/fabdd50bp4JlK4gZxCtNBiNNvTmwGmKLmvsPnOtJ/ASZKzseBTtdYYYQqmfYCl f9XQsfq2NsFkRPEI5ZLOOBn0nYxL3u4kPMFzl1ZNgjYQkxlRFX6hb2sJ9cF9P0bFWVF0 h9WNJXYpzt1sQ/SHbpet5i1VwepGmXoGvPdQY= Received: by 10.210.63.18 with SMTP id l18mr2580752eba.11.1247238414424; Fri, 10 Jul 2009 08:06:54 -0700 (PDT) Received: from ?192.168.0.15? (anj75-1-82-226-210-32.fbx.proxad.net [82.226.210.32]) by mx.google.com with ESMTPS id 10sm2866911eyz.51.2009.07.10.08.06.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 10 Jul 2009 08:06:53 -0700 (PDT) Message-ID: <4A57590C.6040702@gmail.com> Date: Fri, 10 Jul 2009 17:06:52 +0200 User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 To: Hannes Magnusson CC: Uwe Schindler , Dmitry Stogov , =?ISO-8859-1?Q?David_Z=FClke?= , PHP internals References: <4A5350C7.5060600@gmail.com> <1246976308.10382.68.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> <4A575258.10407@gmail.com> <7f3ed2c30907100748s285c836ex212d9cca856e46a1@mail.gmail.com> <4A5755A8.407@gmail.com> <3ABCC5A969E24D9395D24C8D2711DBA3@VEGA> <7f3ed2c30907100800t3e8b4a36n81fc1156c56c4df6@mail.gmail.com> In-Reply-To: <7f3ed2c30907100800t3e8b4a36n81fc1156c56c4df6@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Soap over SSL and From: endrazine@gmail.com (endrazine) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hannes Magnusson wrote: > On Fri, Jul 10, 2009 at 16:58, Uwe Schindler 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-----