Re: [PHP-DEV] Re: [RFC] deprecate md5_file and sha1_file

2020-02-11 Thread Thomas Hruska
On 2/10/2020 3:42 PM, Chase Peeler wrote: On Mon, Feb 10, 2020 at 5:36 PM Mark Randall wrote: On 10/02/2020 21:49, Tom Van Looy via internals wrote: I suggest to deprecated the functions md5_file() and sha1_file(). This will make people think about upgrading to a better alternative. It wo

Re: [PHP-DEV] Re: [RFC] deprecate md5_file and sha1_file

2020-02-10 Thread Tom Van Looy via internals
On Mon, 10 Feb 2020, 23:36 Mark Randall, wrote: > On 10/02/2020 21:49, Tom Van Looy via internals wrote: > > I suggest to deprecated the functions md5_file() and sha1_file(). This > will > > make people think about upgrading to a better alternative. > > It won't. > You can lead a horse to water

Re: [PHP-DEV] Re: [RFC] deprecate md5_file and sha1_file

2020-02-10 Thread Chase Peeler
On Mon, Feb 10, 2020 at 5:36 PM Mark Randall wrote: > On 10/02/2020 21:49, Tom Van Looy via internals wrote: > > I suggest to deprecated the functions md5_file() and sha1_file(). This > will > > make people think about upgrading to a better alternative. > > It won't. > > At best it will make peop

[PHP-DEV] Re: [RFC] deprecate md5_file and sha1_file

2020-02-10 Thread Mark Randall
On 10/02/2020 21:49, Tom Van Looy via internals wrote: I suggest to deprecated the functions md5_file() and sha1_file(). This will make people think about upgrading to a better alternative. It won't. At best it will make people switch to the hash function. At worst people will not upgrade.