On Mon, Nov 4, 2024 at 2:13 PM Jakub Zelenka wrote:
>
> On Mon, Nov 4, 2024 at 2:21 PM Jakub Zelenka wrote:
>>
>> Hi,
>>
>> On Wed, Oct 9, 2024 at 10:18 PM Eric Norris wrote:
>>>
>>> Hello all,
>>>
>>> After receiving some feedback about
>>> https://github.com/php/php-src/pull/15603, I'm formall
On Mon, Nov 4, 2024 at 2:21 PM Jakub Zelenka wrote:
> Hi,
>
> On Wed, Oct 9, 2024 at 10:18 PM Eric Norris
> wrote:
>
>> Hello all,
>>
>> After receiving some feedback about
>> https://github.com/php/php-src/pull/15603, I'm formally proposing an
>> RFC to add persistent curl share handles here:
>
Hi,
On Wed, Oct 9, 2024 at 10:18 PM Eric Norris wrote:
> Hello all,
>
> After receiving some feedback about
> https://github.com/php/php-src/pull/15603, I'm formally proposing an
> RFC to add persistent curl share handles here:
> https://wiki.php.net/rfc/curl_share_persistence
>
>
I think what's
Hi
Am 2024-11-01 21:07, schrieb Eric Norris:
really any major issues that this can cause. We already support curl
share handles via curl_share_init, and adding persistence doesn't
fundamentally change the issues you may have with reusing a curl
Yes, it does. See the reply that I just sent in t
On Fri, Nov 1, 2024 at 2:59 PM Gina P. Banyard wrote:
>
> On Wednesday, 9 October 2024 at 21:16, Eric Norris
> wrote:
>
> > Hello all,
> >
> > After receiving some feedback about
> > https://github.com/php/php-src/pull/15603, I'm formally proposing an
> > RFC to add persistent curl share handles
On Wednesday, 9 October 2024 at 21:16, Eric Norris
wrote:
> Hello all,
>
> After receiving some feedback about
> https://github.com/php/php-src/pull/15603, I'm formally proposing an
> RFC to add persistent curl share handles here:
> https://wiki.php.net/rfc/curl_share_persistence
>
> Thanks to
Hello all,
After receiving some feedback about
https://github.com/php/php-src/pull/15603, I'm formally proposing an
RFC to add persistent curl share handles here:
https://wiki.php.net/rfc/curl_share_persistence
Thanks to those who have provided feedback so far! Of note: the
implementation introdu