[GIT-PULLS] [php-src] PR #22772: ext/sockets: Fix socket_set_option() validation error messages

[email protected] (LamentXU123) Thu, 16 Jul 2026 18:08:59 +0000
Newsgroups php.git-pulls
Message-ID <C4oErx7jIdDFVHGXipp0gXgFRtPR5Yxn1iZli27s8jw@main.internal.php.net>
Pull Request: https://github.com/php/php-src/pull/22772
Author: LamentXU123

Fix a few incorrect socket_set_option() validation error messages.
```
must be of between 0 and 65535
```
to
```
must be between 0 and 65535
```
and several other changes.