Re: [PHP-INSTALL] undefined function pg_connect()

2008-11-21 Thread JamieC
SOLVED !!! Yes, postgres is already installed. (My problem started when I upgraded from PHP 5.2.3 to 5.2.6.) After some more digging around, I found the following: Bug *#44905 PHP 5.2.6 fails to load PostgreSQL related libraries* http://bugs.php.net/bug.php?id=44905

Fwd: [PHP-INSTALL] undefined function pg_connect()

2008-11-21 Thread James Chubb
Yes, Postgres is installed. I can access it via pgAdmin III and can query the databases. Is there something I should be doing to ensure PHP finds Postgres? Thanks jfc 2008/11/21 Lester Caine <[EMAIL PROTECTED]> > James Chubb wrote: > >> Hello, >> >> I wonder if someone could help me resolve

Re: [PHP-INSTALL] undefined function pg_connect()

2008-11-20 Thread Lester Caine
James Chubb wrote: Hello, I wonder if someone could help me resolve this problem. Today, after upgrading from PHP 5.2.3. to 5.2.6, this little program: $db = pg_connect('host=localhost dbname= user=chubb password=yy') or die('Could not connect: '

[PHP-INSTALL] undefined function pg_connect()

2008-11-20 Thread James Chubb
Hello, I wonder if someone could help me resolve this problem. Today, after upgrading from PHP 5.2.3. to 5.2.6, this little program: is now getting this error: *Fatal error*: Call to undefined function pg_connect() in * C:\Inetpub\cu\code_tests\db_connect.php* on line *2 * According to phpin