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ülke wrote:
> On 10.07.2009, at 17:00, Hannes Magnusson wrote:
>
>> On Fri, Jul 10, 2009 at 16:58, Uwe Schindler wrote:
>>> As far as I
On 10.07.2009, at 17:00, 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, be
-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
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.
A.
On Fri, Jul 10, 2009 at 16:52, endrazine wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hannes Magnusson wrote:
>> On Fri, Jul 10, 2009 at 16:38, endrazine wrote:
>>> David Zülke wrote:
>>>
$c = new SoapClient(
'https://foo/bar.wsdl',
array(
'stream_context
NSAPI SAPI developer
Bremen, Germany
> -Original Message-
> From: endrazine [mailto:endraz...@gmail.com]
> Sent: Friday, July 10, 2009 4:52 PM
> To: Hannes Magnusson
> Cc: David Zülke; PHP internals
> Subject: Re: [PHP-DEV] Soap over SSL and
>
> -BEGIN PGP SIG
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hannes Magnusson wrote:
> On Fri, Jul 10, 2009 at 16:38, endrazine wrote:
>> David Zülke wrote:
>>
>>> $c = new SoapClient(
>>> 'https://foo/bar.wsdl',
>>> array(
>>> 'stream_context" => stream_context_create(array(
>>> 'ssl' => array(
>>
2009/7/10 David Zülke :
> On 07.07.2009, at 16:18, Brian A. Seklecki wrote:
>
>> On Tue, 2009-07-07 at 15:42 +0200, endrazine wrote:
>>>
>>> It is lacking any type of authentication of the payment gateway, which
>>> is not acceptable.
>>>
>>
>> I agree+++.
>>
>> The problem is that PHP SOAP uses an
On Fri, Jul 10, 2009 at 16:38, endrazine wrote:
> David Zülke wrote:
>
>> $c = new SoapClient(
>> 'https://foo/bar.wsdl',
>> array(
>> 'stream_context" => stream_context_create(array(
>> 'ssl' => array(
>> 'verify_peer' => true
>> )
>> ))
>> )
>> );
>
>
> This work
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dear list, dear David,
David Zülke wrote:
>
> In short:
>
> $c = new SoapClient(
> 'https://foo/bar.wsdl',
> array(
> 'stream_context" => stream_context_create(array(
> 'ssl' => array(
> 'verify_peer' => true
> )
> ))
On 07.07.2009, at 16:18, Brian A. Seklecki wrote:
On Tue, 2009-07-07 at 15:42 +0200, endrazine wrote:
It is lacking any type of authentication of the payment gateway,
which
is not acceptable.
I agree+++.
The problem is that PHP SOAP uses an internal "streams" library
instead
of libcur
Would it make sense if enabling soap module forces php build system to
enable curl-wrappers ?
endrazine wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thank you for your replies.
First of, I am glad I am not the only one to think there is an issue
with the way SoapClient() deals with ss
On Wed, July 8, 2009 7:34 am, endrazine wrote:
> -BEGIN PGP SIGNED MESSAGE-
> The first possibility is to directly patch SoapClient() to force it
> use
> libcurl (wich has ssl verification features). While doable
> tehcnically,
> I wonder if my patch for it would be merged into the framewor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thank you for your replies.
First of, I am glad I am not the only one to think there is an issue
with the way SoapClient() deals with ssl. Now, I have been suggested a
few ways to deal with the problem, partly off list, and I'd appreciate
help in deci
On 07/07/09 10:18, Brian A. Seklecki wrote:
If it did use libcurl, dozens of problems over the last few years would
have magically solved themselves (pipe-line'ing, keep-alive, socket
options, PKI, etc.)
Not only this extension but pretty much everything should use curl IMHO,
it is included i
On Tue, 2009-07-07 at 15:42 +0200, endrazine wrote:
>
> It is lacking any type of authentication of the payment gateway, which
> is not acceptable.
>
I agree+++.
The problem is that PHP SOAP uses an internal "streams" library instead
of libcurl; the former lacks, the later has, client/server
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello dear list,
I realise this is probably not the best place to ask this kind of
questions, but after doing my howmeworks on google and php.net, I can't
find a decent solution to a development problem I thought would be
common. If this is strictly o
17 matches
Mail list logo