On Tue, Jun 25, 2024, at 16:36, Gina P. Banyard wrote:
> Hello internals,
> 
> It is this time of year again where we proposed a list of deprecations to add 
> in PHP 8.4:
> 
> https://wiki.php.net/rfc/deprecations_php_8_4
> 
> As a reminder, this list has been compiled over the course of the past year 
> by various different people.
> 
> And as usual, each deprecation will be voted in isolation.
> 
> We still have a bit of time buffer, so if anyone else has any suggestions, 
> they are free to add them to the RFC.
> 
> Some should be non-controversial, others a bit more.
> If such, they might warrant their own dedicated RFC, or be dropped from the 
> proposal altogether.
> 
> 
> Best regards,
> 
> Gina P. Banyard
> 

My only issue is md5, sha1, etc. There are many uses for them besides secure 
contexts. Sha1 is used by git, md5 fits snuggly in many data structures 
(uuidv5, for example, though some implementations also use the first 128 bits 
of a sha1).

Even though these may be cryptographically weak, they are quite useful and well 
understood. 

— Rob

Reply via email to