Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug #68129 #864

Closed
wants to merge 1 commit into from
Closed

Fixed bug #68129 #864

wants to merge 1 commit into from

Conversation

datibbaw
Copy link
Contributor

@datibbaw datibbaw commented Oct 5, 2014

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

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
@nikic
Copy link
Member

nikic commented Oct 6, 2014

For the lazy: https://bugs.php.net/bug.php?id=68129

@smalyshev smalyshev added the Bug label Nov 23, 2014
@smalyshev
Copy link
Contributor

Looks like this one was already merged

@smalyshev smalyshev closed this Dec 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants