php-src/ext/sockets
Nikita Popov b63ea1047a Mark resource-like objects as non-comparable
As these hold on to some internal resource, there can't be two
"equal" objects with different identity. Make sure the lack of
public properties doesn't result in these being treated as always
equal.
2021-02-16 14:20:45 +01:00
..
tests Fixed bug #80723 2021-02-16 12:33:50 +01:00
config.m4 Remove unused MISSING_MSGHDR_MSGFLAGS 2019-07-18 02:17:14 +02:00
config.w32 Fix Windows build for shared ext/sockets 2020-09-08 22:54:21 +02:00
conversions.c Convert resources to objects in ext/sockets 2020-08-03 23:26:38 +02:00
conversions.h
CREDITS
multicast.c Fix #79923: fix socket_set_option_bindtodevice test 2020-08-03 15:03:07 +02:00
multicast.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_sockets.h Fix Windows build for shared ext/sockets 2020-09-08 22:54:21 +02:00
sendrecvmsg.c sockets: Fix variable/macro name collision on AIX 2020-11-25 11:54:40 +01:00
sendrecvmsg.h
sockaddr_conv.c
sockaddr_conv.h
sockets.c Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
sockets.stub.php socket_create_pair() can no longer return NULL 2021-01-12 12:08:31 +01:00
sockets_arginfo.h socket_create_pair() can no longer return NULL 2021-01-12 12:08:31 +01: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