php-src/ext/standard/tests/url
Christoph M. Becker b132da7f9d Fix #77423: parse_url() will deliver a wrong host to user
To avoid that `parse_url()` returns an erroneous host, which would be
valid for `FILTER_VALIDATE_URL`, we make sure that only userinfo which
is valid according to RFC 3986 is treated as such.

For consistency with the existing url parsing code, we use ctype
functions, although that is not necessarily correct.
2021-01-04 01:19:18 -08:00
..
base64_decode_basic_001.phpt
base64_decode_basic_002.phpt
base64_decode_basic_003.phpt
base64_encode_basic_001.phpt
base64_encode_basic_002.phpt
bug47174.phpt
bug52327.phpt
bug53248.phpt
bug54180.phpt
bug55273.phpt
bug55399.phpt
bug63162.phpt
bug68917.phpt
bug69976.phpt
bug73192.phpt
bug74780.phpt
bug77423.phpt Fix #77423: parse_url() will deliver a wrong host to user 2021-01-04 01:19:18 -08:00
get_headers_error_003.phpt
parse_url_basic_001.phpt Fix #77423: parse_url() will deliver a wrong host to user 2021-01-04 01:19:18 -08:00
parse_url_basic_002.phpt Merge branch 'PHP-7.4' into master 2020-09-20 15:38:18 +02:00
parse_url_basic_003.phpt Fix #77423: parse_url() will deliver a wrong host to user 2021-01-04 01:19:18 -08:00
parse_url_basic_004.phpt Merge branch 'PHP-7.4' into PHP-8.0 2020-11-04 14:57:17 +01:00
parse_url_basic_005.phpt Fix #77423: parse_url() will deliver a wrong host to user 2021-01-04 01:19:18 -08:00
parse_url_basic_006.phpt Merge branch 'PHP-7.4' into master 2020-09-20 15:38:18 +02:00
parse_url_basic_007.phpt Merge branch 'PHP-7.4' into master 2020-09-20 15:38:18 +02:00
parse_url_basic_008.phpt Merge branch 'PHP-7.4' into master 2020-09-20 15:38:18 +02:00
parse_url_basic_009.phpt Merge branch 'PHP-7.4' into master 2020-09-20 15:38:18 +02:00
parse_url_basic_010.phpt
parse_url_error_002.phpt
parse_url_relative_scheme.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
parse_url_unterminated.phpt Fix #77423: parse_url() will deliver a wrong host to user 2021-01-04 01:19:18 -08:00
urls.inc Fix #80114: parse_url does not accept URLs with port 0 2020-09-20 15:34:45 +02:00