amphp / ext-uv

Other
191 stars 28 forks source link

During compilation against 8.1: error: 'zend_class_serialize_deny' undeclared #100

Closed WyriHaximus closed 3 years ago

WyriHaximus commented 3 years ago

It doesn't compile against beta 1 and 2, but it does against alpha 2 and 3: https://github.com/WyriHaximusNet/docker-php/runs/3337476031?check_suite_focus=true#step:4:409 (Alpine) https://github.com/WyriHaximusNet/docker-php/runs/3337477681?check_suite_focus=true#step:4:460 (Debian) /uv/php_uv.c:2682:19: error: 'zend_class_serialize_deny' undeclared (first use in this function); did you mean 'zend_ce_serializable'?

WyriHaximus commented 3 years ago

Solved through #101