File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ PHP NEWS
58
58
- GMP:
59
59
. Fixed bug #70896 (gmp_fact() silently ignores non-integer input). (Sara)
60
60
61
+ - hash:
62
+ . Fixed bug #73961 (environmental build dependency in hash sha3 source).
63
+ (krakjoe)
64
+
61
65
- Mbstring:
62
66
. Implemented request #66024 (mb_chr() and mb_ord()). (Masakielastic, Yasuo)
63
67
. Implemented request #65081 (mb_scrub()). (Masakielastic, Yasuo)
Original file line number Diff line number Diff line change 16
16
+----------------------------------------------------------------------+
17
17
*/
18
18
19
+ #include "php_hash.h"
19
20
#include "php_hash_sha3.h"
20
21
21
22
#if (defined(__APPLE__ ) || defined(__APPLE_CC__ )) && \
Original file line number Diff line number Diff line change 20
20
#define PHP_HASH_SHA3_H
21
21
22
22
#include "php.h"
23
- #include "ext/hash/php_hash.h"
24
23
25
24
typedef struct {
26
25
unsigned char state [200 ]; // 5 * 5 * sizeof(uint64)
You can’t perform that action at this time.
0 commit comments