Cannot to connect. - Mailing list pgsql-bugs

From Dmitry
Subject Cannot to connect.
Date
Msg-id opsd0d2suzkcxiau@jimmy.office
Whole thread Raw
List pgsql-bugs
Hi there!

I just installed PostgresSQL 8 beta1 for Windows ( I have WinXP ).
I launched pgAdmin III and created one test DB. So, it was created.
Then, I launch my Zend Studio and tryed to connect to this new test DB
using next code to check connection:

<?php
$psConn = pg_connect( "dbname=jimmyDB" );
echo("$psConn");
?>

It doesn't work.

In the php.ini I uncomment line

extension=php_pgsql.dll

I have php 4.3.7

and I restart Apache, but it still does not work.

I don't understand what I need to do else.
Could you help me?




--
Sincerely,
Dmitry Shirokovskiy.
Web-developer of 1ADW Co.
www.1adw.com
RUSSIA

pgsql-bugs by date:

Previous
From: "emil"
Date:
Subject: The server closes connetion without reason -3.
Next
From: Kjetil Torgrim Homme
Date:
Subject: Re: PosgreSQL is crashing with a signal 11 - Bug?