RE: [PHP-DEV] [Discuss] Impact of E.O 14071 on PHP

2024-10-25 Thread Rowan Tommins [IMSoP]
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

Re: [PHP-DEV] [VOTE] Add persistent curl share handles

2024-10-25 Thread Tim Düsterhus
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

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

2024-10-25 Thread Rob Landers
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.

Re: [PHP-DEV] [VOTE] Add persistent curl share handles

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

Re: [PHP-DEV] RFC: Support Read-Only opcache.file_cache for use with Docker

2024-10-25 Thread Marco Pivetta
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

[PHP-DEV] Deprecate mhash constants?

2024-10-25 Thread Christoph M. Becker
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

Re: [PHP-DEV] Deprecate mhash constants?

2024-10-25 Thread Niels Dossche
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

Re: [PHP-DEV] Deprecate mhash constants?

2024-10-25 Thread Kamil Tekiela
They should have been deprecated back then. No RFC needed.