The Server i want to contact only runs the Database, no other services
and on my Client i had compiled the same postgres version.
I also use an Java-Applet which runs in Browser and with that Applet i
can connect via jdbc3 (8.1-407) with the dynamic-Address.
So I think it must be a problem with the php libs, i will upgrade soon
my php-version to php5 for testing ...
Thanks for all your reply's until now :)
Andy Shellam (Mailing Lists) wrote:
> Could it be that pg_connect cant connect through real URLs ?
The only difference with a dynamic URL is that the DNS expiry
(time-to-cache) is much lower (usually 5 minutes as opposed to a
day.) DNS clients don't see it any differently.
I would try a newer PHP version (latest in the 4 series is 4.4.4).
I must admit I've never had a problem with pg_connect not seeing a
domain the server itself can.
Is the PostgreSQL server on the same box as PHP? Have you tried
connecting through domain sockets instead?
Andy.