Skip to content

Commit 51a45c5

Browse files
authored
Fix hash_hkdf() on PHP 8.1 (#678)
1 parent bb6e2c9 commit 51a45c5

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

generated/8.1/functionsList.php

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/8.1/rector-migrate.php

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/config/hiddenFunctions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'date', // this function throws an error instead of returning false PHP 8.0, but the doc has only been updated since PHP 8.4
1717
'getallheaders', // always return an array since PHP 7, see https://github.com/php/doc-en/commit/68e52ef14de33f6752a8fdda1ae83c861c5babdb
1818
'gmp_random_seed', // this function throws an error instead of returning false since PHP 8.0
19+
'hash_hkdf', // this function throws an error instead of returning false since PHP 8.0
1920
'long2ip', // false return type cannot actually be returned, see https://github.com/php/php-src/pull/13395
2021
'pack', // this function no longer returns false since PHP 8.0, but the doc has only been updated since PHP 8.4
2122
'imagesx', // this function throws an error instead of returning false PHP 8.0, see https://github.com/php/doc-en/commit/0462f49fb00dd5abaec3aa322009f2eb40a3279d

0 commit comments

Comments
 (0)