History log of /PHP-8.2/ext/sockets/tests/socket_sendto_zerocopy.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 838f6bff 28-Jun-2023 Ilija Tovilo

xfail socket zerocopy test on Cirrus + arm

Closes GH-11553


# 067a3022 21-Jul-2022 David Carlier

Sockets disable zerocopy test on ppc based arch.

Failure reported by alpine maintainers.
Closes #9081.


# dedad408 30-May-2022 David Carlier

sockets introduces socket_set_option SO_ZEROCOPY and MSG_ZEROCOPY for the socket_send* functions. it avoids copy b/w userland and kernel for both TCP and UDP protocols.