]> granicus.if.org Git - php/commit
Promote warnings to Errors in sockets's extension.
authorGeorge Peter Banyard <girgias@php.net>
Fri, 10 Jan 2020 14:54:08 +0000 (15:54 +0100)
committerGeorge Peter Banyard <girgias@php.net>
Tue, 21 Apr 2020 18:41:26 +0000 (20:41 +0200)
commit7ff8eaa5451275a5ce97b29381fc08412e6489d7
treeab20dad68a6009d8bff7872bec5abbfd5fae50f7
parent2aa661887f2f313d5dbac04f78f07ab59c06d6d8
Promote warnings to Errors in sockets's extension.
19 files changed:
ext/sockets/multicast.c
ext/sockets/sendrecvmsg.c
ext/sockets/sockets.c
ext/sockets/tests/mcast_ipv4_send_error.phpt
ext/sockets/tests/socket_connect_params.phpt
ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt
ext/sockets/tests/socket_create_pair-wrongparams.phpt
ext/sockets/tests/socket_export_stream-4-win.phpt
ext/sockets/tests/socket_export_stream-4.phpt
ext/sockets/tests/socket_import_stream-4-win.phpt
ext/sockets/tests/socket_import_stream-4.phpt
ext/sockets/tests/socket_send_params.phpt
ext/sockets/tests/socket_sendto_params.phpt
ext/sockets/tests/socket_set_option_error_socket_option.phpt
ext/sockets/tests/socket_set_option_rcvtimeo.phpt
ext/sockets/tests/socket_set_option_seolinger.phpt
ext/sockets/tests/socket_set_option_sndtimeo.phpt
ext/sockets/tests/socket_shutdown-win32.phpt
ext/sockets/tests/socket_shutdown.phpt