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
/home/travis/build/amphp/amp/php-uv/php_uv.c: In function ‘php_uv_zval_to_valid_poll_fd’:
/home/travis/build/amphp/amp/php-uv/php_uv.c:457:14: error: ‘php_sockets_le_socket_ptr’ undeclared (first use in this function)
} else if (php_sockets_le_socket_ptr && (socket = (php_socket *) zend_fetch_r
^
/home/travis/build/amphp/amp/php-uv/php_uv.c:457:14: note: each undeclared identifier is reported only once for each function it appears in
/home/travis/build/amphp/amp/php-uv/php_uv.c:457:102: warning: implicit declaration of function ‘php_sockets_le_socket_ptr’ [-Wimplicit-function-declaration]
t_ptr && (socket = (php_socket *) zend_fetch_resource_ex(ptr, NULL, php_sockets
^
/home/travis/build/amphp/amp/php-uv/php_uv.c: In function ‘php_uv_zval_to_fd’:
/home/travis/build/amphp/amp/php-uv/php_uv.c:487:14: error: ‘php_sockets_le_socket_ptr’ undeclared (first use in this function)
} else if (php_sockets_le_socket_ptr && (socket = (php_socket *) zend_fetch_r
^
The text was updated successfully, but these errors were encountered:
**In reference to:** amphp#106, amphp#107, amphp#94, amphp#98, amphp#93, amphp#92, amphp#86, amphp#84, amphp#82, amphp#64
- BC signature changes has been revert since some of the tests wasn't changed to match, and too far off original design.
- Using current **Libuv** version or systems installed one, not `pecl`, this setup is not reliant on the really slow `pecl` system for updated installations.
The whole `uv_queue_work()` will need to be re implemented, the core internal `TSRM.c` thread related `tsrm_***_interpreter_context` functions used in PHP 7.4 has been removed since PHP 8.0.
Error while compiling on Travis CI:
The text was updated successfully, but these errors were encountered: