pecl-numbers-bitset
pecl-numbers-bitset copied to clipboard
Fix __toString prototype with PHP 8.2
Just a question -> I am getting this annoying message as well:
Warning: BitSet::__toString() implemented without string return type in Unknown on line 0
I guess this is a fix, right? Is there any info if this can be merged? Is there anyway I can help?
Thanks and best!
@willfitch do you still maintain this extension ?
Rewritten to use PHP 8 new features
- generate arginfo from stub file
- add type hinting for parameters
- add return type
- use
RETURN_THROWS - call
zend_parse_parameters_nonefor void method