Hi
I'm using PHP 4.3.9 and PostgreSQL 7.4.6 (from the linux distribution Fedora Core 3).
I'm unable to use pg_connect() method, because it's returning me false.
If I test the same php code from shell (i.e. php -f filename.php) it works.
If I test it from a web browser (http://localhost/...) it doesn't. I don't get any postgres error message, simply the returned "false" value.
Therefore it's not an issue about pg user accounts or passwords...
I made attempts with pg_hba.conf, without success.
Everything worked fine with previous versions of PHP and PG and I can't find out what is wrong now!
Help!
Max