Re: [SQL] Problem with pg_connect() in PHP

2008-09-26 Thread Lennin Caro
--- On Fri, 9/26/08, Edward W. Rouse <[EMAIL PROTECTED]> wrote: > From: Edward W. Rouse <[EMAIL PROTECTED]> > Subject: Re: [SQL] Problem with pg_connect() in PHP > To: "'pgsql-sql'" > Date: Friday, September 26, 2008, 5:23 PM > Can I assume the

Re: [SQL] Problem with pg_connect() in PHP

2008-09-26 Thread ries van Twisk
Cc: Kenichiro Arakaki; Ken Arakaki Subject: [SQL] Problem with pg_connect() in PHP Dear Members of I have installed the Apache 2.0.61, PHP 5.2.4 and PostgreSQL 8.1 on my local computer. All three software were successfully tested. I changed “;extension=php_pgsql.dll” to “extension

Re: [SQL] Problem with pg_connect() in PHP

2008-09-26 Thread Edward W. Rouse
] Problem with pg_connect() in PHP Dear Members of I have installed the Apache 2.0.61, PHP 5.2.4 and PostgreSQL 8.1 on my local computer. All three software were successfully tested. I changed “;extension=php_pgsql.dll” to “extension=php_pgsql.dll”in the php.ini file in order to enable

Re: [SQL] Problem with pg_connect() in PHP

2008-09-25 Thread Robert Edwards
Looks like you are missing the php_pgsql extension (I assume you are running on a Windows server). On Debian GNU/Linux, it is called php5-pgsql (or php4-pgsql, as appropriate). Not sure what it would be called for Windows, but something similar. Simply enabling it (by uncommenting the line in yo

[SQL] Problem with pg_connect() in PHP

2008-09-25 Thread James Kitambara
Dear Members of I have installed the Apache 2.0.61,  PHP 5.2.4 and PostgreSQL 8.1 on my local computer. All three software were successfully tested. I changed “;extension=php_pgsql.dll”  to “extension=php_pgsql.dll”    in the php.ini file in order to enable PostgreSQL in PHP. The problem comes