Skip to content

Commit ffcc93e

Browse files
committed
UPGRADING.INTERNALS: Document hash init signature changes [ci skip]
Signed-off-by: Anatol Belski <ab@php.net>
1 parent c6d3c68 commit ffcc93e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ PHP 8.1 INTERNALS UPGRADE NOTES
55
2. Build system changes
66

77
3. Module changes
8+
a. ext/hash
89

910
========================
1011
1. Internal API changes
@@ -17,3 +18,10 @@ PHP 8.1 INTERNALS UPGRADE NOTES
1718
========================
1819
3. Module changes
1920
========================
21+
22+
a. ext/hash
23+
- The init signatures are extended with an additional `HashTable*`
24+
argument. The passed HT is to contain the algorithm specific
25+
configuration. If the an algorithm doesn't make use of any
26+
additional configuration, the argument is to be marked with
27+
ZEND_ATTRIBUTE_UNUSED.

0 commit comments

Comments
 (0)