Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49416 invoked from network); 10 Jul 2009 15:00:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jul 2009 15:00:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.156 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.156 fg-out-1718.google.com Received: from [72.14.220.156] ([72.14.220.156:37743] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/92-37812-B87575A4 for ; Fri, 10 Jul 2009 11:00:29 -0400 Received: by fg-out-1718.google.com with SMTP id e12so266255fga.0 for ; Fri, 10 Jul 2009 08:00:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=MoeD6SCjrmRfV+mJBdLOlQXmsuJIrDYCQXbPShwNNfY=; b=XK5WnCjCJsxbCOxydHsKHp071iXA4axMZaYkm2gKpA6XL3kDtd+gnfl6oyxAvkVaMz Tf91xBNaPXcO4Z3nQekSg9y5A04zknzYOo4nNpnxroChFhj/QY5fAWwiHJi4L94DdclE zFjJX63fMIuSekdmr7hUUCJiBrLVRWOSwK9fk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=JTnpHGXMyUwoDGeeCHvhNEQMP6cenp2rIYcPeXDPGy4M32P91C4+VdPhhVAUjErnD2 P4tN3nVLacbC2OuqSql46NMrcQkrbfhJxKyzTCVTY9ME2rGDBN/O961D2WlFMbTkz8qs v2CpdExd0Rruw0rS0A/QYTfsrsNMOZQOeFNqI= MIME-Version: 1.0 Received: by 10.86.9.10 with SMTP id 10mr1072379fgi.48.1247238022738; Fri, 10 Jul 2009 08:00:22 -0700 (PDT) In-Reply-To: <3ABCC5A969E24D9395D24C8D2711DBA3@VEGA> 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> Date: Fri, 10 Jul 2009 17:00:22 +0200 Message-ID: <7f3ed2c30907100800t3e8b4a36n81fc1156c56c4df6@mail.gmail.com> To: Uwe Schindler , Dmitry Stogov Cc: =?ISO-8859-1?Q?David_Z=FClke?= , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Soap over SSL and From: hannes.magnusson@gmail.com (Hannes Magnusson) 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