Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44938 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42529 invoked from network); 13 Jul 2009 05:58:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2009 05:58:21 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:37829] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/16-08420-AFCCA5A4 for ; Mon, 13 Jul 2009 01:58:20 -0400 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 7491C504A3; Mon, 13 Jul 2009 08:59:29 +0300 (IDT) Received: from tpl.home ([10.1.10.35]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 13 Jul 2009 08:58:59 +0300 Message-ID: <4A5ACCE8.8020003@zend.com> Date: Mon, 13 Jul 2009 09:58:00 +0400 User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: =?ISO-8859-1?Q?David_Z=FClke?= CC: Hannes Magnusson , Uwe Schindler , 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> <43777275-D882-4E8A-AD36-BA09ADE332A5@bitextender.com> In-Reply-To: <43777275-D882-4E8A-AD36-BA09ADE332A5@bitextender.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 X-OriginalArrivalTime: 13 Jul 2009 05:59:00.0401 (UTC) FILETIME=[04755A10:01CA037F] Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Soap over SSL and From: dmitry@zend.com (Dmitry Stogov) it's not the only reason. ext/soap also supports digital authentication which is still unsupported by streams. (may be something else). Thanks. Dmitry. David Z=FClke wrote: > On 10.07.2009, at 17:00, Hannes Magnusson wrote: >=20 >> 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 low= er >>> 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? >=20 > Yes, that was the reason. >=20 > http://article.gmane.org/gmane.comp.php.devel/53763 >=20 > - David