mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
d0e51f5ce9
Empty usernames and passwords are now treated differently from no username or password
For example, empty password:
ftp://user:@example.org
Empty username:
ftp://:password@example.org
Empty username and empty password
ftp://:@example.org