Closed
Description
run command
make build-8.2
result
/root/php-src/main/streams/cast.c:139:2: error: incompatible function pointer types initializing 'cookie_seek_function_t *' (aka 'int (*)(void *, long long *, int)') with an expression of type 'int (void *, zend_off_t, int)' (aka 'int (void *, int, int)') [-Wincompatible-function-pointer-types]
#0 26.24 139 | stream_cookie_seeker, stream_cookie_closer
So, when I tried running make build-8.2, it threw a compile error at me. Seems like it's got something to do with the stuff at (ref: php/php-src#11678) 😕