Re: [PHP-DEV] [RFC] [Discussion] Persistent CurlShareHandle objects

2024-11-05 Thread Eric Norris
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

Re: [PHP-DEV] [RFC] [Discussion] Persistent CurlShareHandle objects

2024-11-04 Thread Jakub Zelenka
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: >

Re: [PHP-DEV] [RFC] [Discussion] Persistent CurlShareHandle objects

2024-11-04 Thread Jakub Zelenka
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

Re: [PHP-DEV] [RFC] [Discussion] Persistent CurlShareHandle objects

2024-11-04 Thread Tim Düsterhus
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

Re: [PHP-DEV] [RFC] [Discussion] Persistent CurlShareHandle objects

2024-11-01 Thread Eric Norris
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

Re: [PHP-DEV] [RFC] [Discussion] Persistent CurlShareHandle objects

2024-11-01 Thread Gina P. Banyard
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

[PHP-DEV] [RFC] [Discussion] Persistent CurlShareHandle objects

2024-10-09 Thread Eric Norris
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