From f8d39927ce9fa8069f730f469bf22b1dd1896b14 Mon Sep 17 00:00:00 2001 From: "alex.xu" Date: Thu, 10 Dec 2020 15:02:16 +0800 Subject: [PATCH 1/2] =?UTF-8?q?php8=E6=AD=A3=E5=BC=8F=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=BA=86=E7=B1=BB=E5=90=8D=E7=9B=B8=E5=90=8C=E7=9A=84=E6=9E=84?= =?UTF-8?q?=E9=80=A0=E6=96=B9=E6=B3=95=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var/PasswordHash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/PasswordHash.php b/var/PasswordHash.php index bf6e214e..dac979b6 100644 --- a/var/PasswordHash.php +++ b/var/PasswordHash.php @@ -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'; From ab6284abf7878c90648ba101e830f4ee1f059e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 17:38:37 +0000 Subject: [PATCH 2/2] Bump ini from 1.3.5 to 1.3.8 in /tools Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] --- tools/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/package-lock.json b/tools/package-lock.json index 45b89a23..96ee0fd6 100644 --- a/tools/package-lock.json +++ b/tools/package-lock.json @@ -1644,9 +1644,9 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" }, "into-stream": { "version": "3.1.0",