[horde] Simple patch for horde/config/conf.php.dist ...

Marc G. Fournier scrappy at hub.org
Mon Oct 7 05:40:19 PDT 2002


If you don't use the DNS method, it appears that the Pear PgSQL module
needs to have a port defined else it produces an error ... following patch
adds that to the conf.php.dist:

*** conf.php.dist.o     Mon Oct  7 07:37:17 2002
--- conf.php.dist       Mon Oct  7 07:37:41 2002
***************
*** 105,110 ****
--- 105,113 ----
  // 'mssql', and 'oci8'.
  $conf['sql']['phptype'] = 'pgsql';

+ // What port is the database server running on.
+ // $conf['sql']['port'] = '5432';
+
  // What protocol will we use to connect to the database.  The default
  // is tcp, but if you wish to use UNIX sockets, change it to 'unix'.
  $conf['sql']['protocol'] = 'tcp';




More information about the horde mailing list