[GIT-PULLS] [php-src] PR #22699: ext/uri: Fix GH-22629 WHATWG validation error incorrect with empty host and non-empty userinfo
[email protected] (kocsismate)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <9OBTpFP7NRiBLontQtwt2Z6TPqLAOl5yUqgCOSzVOEU@main.internal.php.net> |
Pull Request: https://github.com/php/php-src/pull/22699 Author: kocsismate The returned error code (LXB_URL_ERROR_TYPE_INVALID_CREDENTIALS) apparently contradicts the specification: "If atSignSeen is true and buffer is the empty string, host-missing validation error, return failure."