strawbrary / php-sha3

PHP extension providing the sha3() hashing function
MIT License
71 stars 22 forks source link

Problem compiling to php 8.3 #20

Open mrxtraf opened 5 months ago

mrxtraf commented 5 months ago

Error make at parametrs TSRMLS_CC if remove him. Make is complite. But make tset is all failed. If add extension in PHP. Showed error in call function PHP Warning: Missing arginfo for sha3() in Unknown on line 0

There is a description of how to fix it here. https://stackoverflow.com/questions/66194531/how-to-compile-php-module-in-php8-0-that-used-to-use-tsrmls-cc-in-php7-but-is-d

But I didn't understand how to get rid of arginfo Please fix this.