php-src/ext/sockets
Christoph M. Becker ecc9588d0c Properly handle non resources passed to socket_select()
As of PHP 8.0.0, failing `zend_fetch_resource_ex()` throws a TypeError,
so we cannot simply skip non resources in the `$read`, `$write` and
`$except` arrays.  Instead we bail out.  Since these arrays are already
checked in `php_sock_array_to_fd_set()`, we remove the additional check
in `php_sock_array_from_fd_set()`.
2019-10-18 14:16:25 +02:00
..
tests Properly handle non resources passed to socket_select() 2019-10-18 14:16:25 +02:00
config.m4 Remove unused MISSING_MSGHDR_MSGFLAGS 2019-07-18 02:17:14 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
conversions.c Convert all php_error_docref0 to php_error_docref 2019-07-13 02:05:17 +02:00
conversions.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
CREDITS
multicast.c Merge branch 'PHP-7.4' 2019-10-12 14:46:36 +02:00
multicast.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_sockets.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
sendrecvmsg.c Just return after exception has been thrown 2019-10-12 23:09:23 +02:00
sendrecvmsg.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
sockaddr_conv.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
sockaddr_conv.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
sockets_arginfo.h Add stubs for ext-sockets 2019-10-12 17:08:24 +02:00
sockets.c Properly handle non resources passed to socket_select() 2019-10-18 14:16:25 +02:00
sockets.stub.php Add stubs for ext-sockets 2019-10-12 17:08:24 +02:00
unix_socket_constants.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
win32_socket_constants.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
windows_common.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00