pg_connect timeout ignored

From: "Stephen" <private(at)xxxxxxx(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: pg_connect timeout ignored
Date: 2004-02-23 21:36:33
Message-ID: Vgu_b.47533$nI7.29326@nntp-post.primus.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

I'm testing the connect_timeout option in pg_connect but the library seems
to ignore it. I set the pg_connect to connect to an invalid host IP and set
the connect_timeout=8 but the function returns in 30 seconds or more.

$DB = pg_connect(host=169.2.2.22 user=postgres database=xyz
connect_timeout=8);

I'm running Redhat 9 on Postgresql 7.4 and php-pgsql-4.2.2-17.2.

Any idea how the connect_timeout option works on PHP Pgsql?

Thanks,

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Adam Alkins 2004-02-25 16:03:28 Re: [PHP] phpBB 2.2 and PostgreSQL support
Previous Message Birzan George Cristian 2004-02-23 15:48:20 Re: phpBB 2.2 and PostgreSQL support