RSS Feed/News XF\Cli\Command\AbstractCommand::initialize returns when the parent is a void method

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,956
Points
823

Reputation:

uniqid/sha1/md5/md5_file/sha1_file functions are being deprecated in php 8.4

PHP: rfc:deprecations_php_8_4

wiki.php.net
wiki.php.net

sha1/md5 can be fixed by just converting to using hash('md5', ...) (or hash('sha1', ...)), while md5_file/sha1_file use hash_file instead.

Continue reading...
 
Status
Not open for further replies.
Top