1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Files
archived-php-src/ext
Christoph M. Becker 2d3d72412a 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-01 20:08:01 -08:00
..
2018-10-14 19:44:14 +02:00
2019-11-05 12:13:46 +01:00
2018-10-14 19:44:14 +02:00
2020-02-14 09:21:13 +01:00
2020-03-15 17:55:28 -07:00
2019-07-15 15:19:31 +02:00
2019-04-06 19:05:37 -07:00
2018-12-03 00:42:50 -08:00
2019-03-25 16:41:21 +01:00
2019-04-23 12:43:07 +02:00
2019-04-10 13:06:02 +02:00
2018-10-14 19:44:14 +02:00
2018-10-14 19:44:14 +02:00
2019-05-13 03:51:00 +02:00
2019-10-01 11:13:36 +02:00
2020-02-16 22:40:25 -08:00
2019-09-10 10:07:39 +02:00
2019-12-16 00:03:18 -08:00
2018-01-02 12:55:14 +08:00
2018-12-09 19:13:09 +01:00
2019-01-07 01:03:26 -08:00
2018-10-16 18:49:17 +02:00
2019-10-25 12:47:18 +02:00
2018-10-19 00:07:42 +02:00