You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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) 😕
The text was updated successfully, but these errors were encountered:
run command
result
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) 😕
The text was updated successfully, but these errors were encountered: