|
Author: K.True (9 Apr 26 10:26am)
With PHP 8.4, the following errata appear with the Honeypot PHP8 script:
Got error 'PHP message: PHP Deprecated: Hp\\ScriptClient::getAuthorityComponent(): Implicitly marking parameter $authority as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/trues.name/httpdocs/SEWN/hpcsewn.php on line 99;
PHP message: PHP Deprecated: Hp\\ScriptClient::getAuthorityComponent(): Implicitly marking parameter $tag as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/trues.name/httpdocs/SEWN/hpcsewn.php on line 99;
PHP message: PHP Deprecated: Hp\\DataFactory::setData(): Implicitly marking parameter $dc as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/trues.name/httpdocs/SEWN/hpcsewn.php on line 342'
Can the class be fixed to not trigger these errata in the error_log?
|