php-src/ext/sockets
Nikita Popov 3e01f5afb1 Replace zend_bool uses with bool
We're starting to see a mix between uses of zend_bool and bool.
Replace all usages with the standard bool type everywhere.

Of course, zend_bool is retained as an alias.
2021-01-15 12:33:06 +01:00
..
tests Use ephemeral port in socket_create_listen_used.phpt 2021-01-12 10:09:30 +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 Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01: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 Fixed compilation warnings 2016-06-23 12:47:06 +03:00
sockaddr_conv.h
sockets.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +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