Bug#357336: php: parse_url doesn't parse schema:///path correctly

2006-03-16 Thread Richard Levitte - VMS Whacker
Package: php Version: 5.1.2-1 Severity: important Hello, I'm really trying to use libphp-adodb with a postgres database that I'm trying to reach through the local socket file. The logical way to do that should be to say something like postgres:///dbname. That's at least what I can determine whe

Bug#357336: php: parse_url doesn't parse schema:///path correctly

2006-03-17 Thread Cameron Dale
Hi Richard, I noticed that your bug got reassigned to the adodb package, and as I use it too I thought I'd take a crack at fixing it. I think the problem is that you're not using the correct method for conecting to a postgresql database over a socket. If you use the dsn method you were using, the