Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ext/sockets: linux AF_PACKET support. #17440

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devnexen
Copy link
Member

No description provided.

@devnexen devnexen force-pushed the socket_ether_linux branch 6 times, most recently from 1c7ea4d to cb717cc Compare January 11, 2025 19:21
@devnexen devnexen marked this pull request as ready for review January 11, 2025 19:58
@devnexen devnexen requested a review from kocsismate as a code owner January 11, 2025 19:58
@devnexen devnexen requested a review from Girgias January 20, 2025 12:12
ext/sockets/sockets.c Outdated Show resolved Hide resolved
ext/sockets/tests/socket_afpacket.phpt Show resolved Hide resolved
ext/sockets/tests/socket_afpacket.phpt Outdated Show resolved Hide resolved
ext/sockets/sockets.c Outdated Show resolved Hide resolved
Comment on lines +2049 to +2055
function socket_getsockname(Socket $socket, &$address, ?int &$objint = null): bool {}

/**
* @param string $address
* @param int $port
*/
function socket_getpeername(Socket $socket, &$address, &$port = null): bool {}
function socket_getpeername(Socket $socket, &$address, ?int &$objint = null): bool {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a BC break due to named parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants