mirror of
https://github.com/typecho/typecho.git
synced 2025-02-26 07:33:03 +01:00
php8正式移除了类名相同的构造方法的支持
This commit is contained in:
parent
f9dfb1bb85
commit
f8d39927ce
@ -39,7 +39,7 @@ class PasswordHash {
|
||||
var $portable_hashes;
|
||||
var $random_state;
|
||||
|
||||
function PasswordHash($iteration_count_log2, $portable_hashes)
|
||||
function __construct($iteration_count_log2, $portable_hashes)
|
||||
{
|
||||
$this->itoa64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user