Hi Brain,
A little bit different patch committed into PHP_5_3 and HEAD.
I don't think it's allowed to commit it into PHP_5_2.
Please verify, if it works for you.
Thanks. Dmitry.
Brian J. France wrote:
> After some more testing I needed to tweak the patch and the example,
> here is version 2.
>
Rasmus Lerdorf wrote:
> Dmitry Stogov wrote:
>> Hi Rasmus,
>>
>> Rasmus Lerdorf wrote:
>>> Dmitry Stogov wrote:
Hi Brian,
I think you patch does the things you like properly, but why do we need
such ability? I don't see a use-case.
In case of accepting this patch, we
Dmitry Stogov wrote:
Hi Rasmus,
Rasmus Lerdorf wrote:
Dmitry Stogov wrote:
Hi Brian,
I think you patch does the things you like properly, but why do we need
such ability? I don't see a use-case.
In case of accepting this patch, we also need to care about duplicate
headers.
Some web services
David Zülke wrote:
> just curious, why is ext/soap internally duplicating this http stuff
> instead of using the http stream stuff directly? or did I misunderstand
> something?
good question. :)
As I remember php streams weren't able to do all necessary things which
were necessary for ext/soap,
just curious, why is ext/soap internally duplicating this http stuff
instead of using the http stream stuff directly? or did I
misunderstand something?
Am 29.09.2008 um 10:11 schrieb Dmitry Stogov:
Hi Brian,
I think you patch does the things you like properly, but why do we
need
such
Hi Rasmus,
Rasmus Lerdorf wrote:
> Dmitry Stogov wrote:
>> Hi Brian,
>>
>> I think you patch does the things you like properly, but why do we need
>> such ability? I don't see a use-case.
>>
>> In case of accepting this patch, we also need to care about duplicate
>> headers.
>
> Some web services
Dmitry Stogov wrote:
Hi Brian,
I think you patch does the things you like properly, but why do we need
such ability? I don't see a use-case.
In case of accepting this patch, we also need to care about duplicate
headers.
Some web services require custom headers for authentication or to bounce
Hi Brian,
I think you patch does the things you like properly, but why do we need
such ability? I don't see a use-case.
In case of accepting this patch, we also need to care about duplicate
headers.
Thanks. Dmitry.
Brian J. France wrote:
> After some more testing I needed to tweak the patch and
After some more testing I needed to tweak the patch and the example,
here is version 2.
$opts = array('http' => array('header' => 'X-foo: bar'));
$ctx = stream_context_create($opts);
Brian
--- ext/soap/php_http.c.orig2008-09-26 05:39:50.0 -0700
+++ ext/soap/php_http.c 2008-09-2