mirror of
https://github.com/php/php-src.git
synced 2026-04-07 16:13:32 +02:00
We need to ensure that the password detected by parse_url() is actually a valid password; we can re-use is_userinfo_valid() for that.
We need to ensure that the password detected by parse_url() is actually a valid password; we can re-use is_userinfo_valid() for that.