|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-06-19 22:53 UTC] yohgaki@php.net
  [2002-06-19 22:57 UTC] yohgaki@php.net
  [2002-06-20 20:26 UTC] dirk dot mueller at uni-kl dot de
  [2002-08-17 12:36 UTC] aaron@php.net
  [2002-10-08 22:49 UTC] iliaa@php.net
  [2002-10-24 01:00 UTC] php-bugs at lists dot php dot net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 11:00:01 2025 UTC | 
when using PHP with Apache2, all calls to pg_connect() fail immediately without any apparent reason. The PHP error message is "Could not connect to remote host: No such file or directory". an example call that fails is: $dbh = pg_connect("host=1.2.3.4 user=name dbname=db password=pw") The very same PHP works fine with Apache 1.3 and this php version. Support for PgSQL is compiled in