On 24 October 2024 13:20:17 BST, Vincent de Lau wrote:
> Linus apparently was also advised by legal people to take this step.
> [https://www.phoronix.com/news/Linus-Torvalds-Russian] This might also be
> relevant for the PHP Foundation and Perforce. Maybe they can help assess the
> situation
Hi
Am 2024-10-24 20:20, schrieb Eric Norris:
I have opened the vote for "Add persistent curl share handles":
https://wiki.php.net/rfc/curl_share_persistence
Apologies, I wanted to chime in before the vote started, but I was too
busy. Nevertheless I want to share my reasons for voting "no" on
On Thu, Oct 24, 2024, at 13:01, Christoph M. Becker wrote:
> On 23.10.2024 at 21:42, Rob Landers wrote:
>
> > On Wed, Oct 23, 2024, at 21:20, Eric Norris wrote:
> >
> >> Were you also suggesting that I shouldn't ask a question about the
> >> implementation regarding using EG(persistent_list) vs.
> On Fri, Oct 25, 2024 at 3:34 AM Tim Düsterhus wrote:
> Apologies, I wanted to chime in before the vote started, but I was too
> busy.
I appreciate that you took the time to respond at all, so thank you.
> Persistent handles / resources / objects violate PHP’s shared-nothing
> request model, wh
Hey Sam,
On Wed, 23 Oct 2024 at 11:44, Samuel Melrose wrote:
> ** What does everyone think? Feedback welcome please. **
>
Shipping containers with pre-warmed cache is something I'd love to see: one
could go as far as removing all application sources from the deployed image
(although that's obvi
Hi all,
recently, it was discovered that although the mhash functions are
deprecated as of PHP 8.1.0[1], the mhash constants are not yet
deprecated. I believe that was just an oversight, since the are well
hidden in the sources, and we don't even have them in the stub files[2].
I made a PR to ac
On 25/10/2024 19:24, Christoph M. Becker wrote:
> Hi all,
>
> recently, it was discovered that although the mhash functions are
> deprecated as of PHP 8.1.0[1], the mhash constants are not yet
> deprecated. I believe that was just an oversight, since the are well
> hidden in the sources, and we d
They should have been deprecated back then. No RFC needed.