Thanks for the poll emulation, but it doesn't make sense to
include it in PHP: main/network.c only uses poll()
to check for POLLHUP, which is not implemented by that
library.

Thats the reason why I added it in addition to the select()
call that (indirectly!) follows the poll call.

The solution then, is to change the #if HAVE_SYS_POLL_H to
something that detects a native poll implementation in libc.

--Wez.





-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to