Skip to content

ext/sockets/tests/gh21161.phpt: skip if no ipv6 - #22403

Merged
TimWolla merged 1 commit into
php:PHP-8.4from
orlitzky:gh21161-needs-ipv6
Jun 23, 2026
Merged

ext/sockets/tests/gh21161.phpt: skip if no ipv6#22403
TimWolla merged 1 commit into
php:PHP-8.4from
orlitzky:gh21161-needs-ipv6

Conversation

@orlitzky

Copy link
Copy Markdown
Contributor

If AF_INET6 is not defined, we get

Fatal error: Uncaught Error: Undefined constant "AF_INET6" ...

before the expected error.

If AF_INET6 is not defined, we get
Fatal error: Uncaught Error: Undefined constant "AF_INET6" ...
before the _expected_ error.
@TimWolla
TimWolla merged commit b15a786 into php:PHP-8.4Jun 23, 2026
18 checks passed
TimWolla added a commit that referenced this pull request Jun 23, 2026
* PHP-8.4:
ext/sockets/tests/gh21161.phpt: skip if no ipv6 (#22403)
TimWolla added a commit that referenced this pull request Jun 23, 2026
* PHP-8.5:
ext/sockets/tests/gh21161.phpt: skip if no ipv6 (#22403)
Sign up for freeto 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

@orlitzky@TimWolla