Closed kelunik closed 7 years ago
Streams created with fopen('php://temp', 'r+') do not work with uv. It fails with PHP Warning: Uncaught uv_poll_init_socket(): invalid resource passed, this resource is not supported
fopen('php://temp', 'r+')
uv
PHP Warning: Uncaught uv_poll_init_socket(): invalid resource passed, this resource is not supported
Fails with PHP Fatal error: uv_poll_init_socket(): uv_poll_init failed now.
PHP Fatal error: uv_poll_init_socket(): uv_poll_init failed
It's a won't fix for event: https://bitbucket.org/osmanov/pecl-ev/issues
event
Streams created with
fopen('php://temp', 'r+')
do not work withuv
. It fails withPHP Warning: Uncaught uv_poll_init_socket(): invalid resource passed, this resource is not supported