We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d3c68 commit ffcc93eCopy full SHA for ffcc93e
UPGRADING.INTERNALS
@@ -5,6 +5,7 @@ PHP 8.1 INTERNALS UPGRADE NOTES
5
2. Build system changes
6
7
3. Module changes
8
+ a. ext/hash
9
10
========================
11
1. Internal API changes
@@ -17,3 +18,10 @@ PHP 8.1 INTERNALS UPGRADE NOTES
17
18
19
20
21
+
22
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