swoole/phpx

PHP8

ClosetGeek-Git opened this issue · 2 comments

Is this compatible with PHP8 yet?

most of the changes would be simple. php 8 support is extremally important, especially with the changes in php 8.1. PHP 8.1 is almost a totally new language when compared to php 7. I'll have the time in the next couple days. I'll see if I can do it but I can't make promises. I haven't worked on php internals in months and I've had a lot to fill my head since then.

the main problem is that its using zval type as the parameter in certain spl fruitions when it they now use zend_value type.