mirror of
https://github.com/php/php-src.git
synced 2026-04-19 05:51:02 +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.