php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21910 Can't authenticate if a '+' is in the password
Submitted: 2003-01-27 13:11 UTC Modified: 2003-02-07 23:53 UTC
From: sitz at onastick dot net Assigned:
Status: No Feedback Package: PostgreSQL related
PHP Version: 4.2.2 OS: Linux 2.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sitz at onastick dot net
New email:
PHP Version: OS:

 

 [2003-01-27 13:11 UTC] sitz at onastick dot net
Attempts to authenticate against a postgres DB (v 7.2) if there's a '+' in the password fails. If the password is "f00+f3ti5h", the error is:

[27-Jan-2003 10:33:42] PHP Warning:  pg_connect() unable to connect to PostgreSQL server: missing "=" after "f3ti5h" in connection info string

This error does not occur when accessing the same DB with the same user/pass in a perl CGI running on the same server, and it goes away if the '+' is removed from the password.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-27 14:56 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

If it still does not work, please indicate how you are specifying the connection string (separate arguments or a single connection string).
 [2003-02-07 23:53 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC