Re: [PHP-DB] Where can I get an extention to connect to PostgeSQLDB on Unix?

2003-01-24 Thread Alberto Grájeda C.
Search internet the module for your architecture. You have the name of 
the archive and you know the architecture running php.

On Fri, 24 Jan 2003, Yurij Nykon wrote:

> Where can I get thid module - pgsql.so???
> 
> 
> 


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Where can I get an extention to connect to PostgeSQLDB on Unix?

2003-01-24 Thread Alberto Grájeda C.
I will give you some tips:
* With phpinfo verify that you have included the module in the 
configuration. Something like --with-pgsql=shared
* In php.ini enable extension=pgsql.so
* In php.ini, search extension_dir, and in that location (normaly 
/usr/lib/php4) copy the module (archive) pgsql.so.

Chau.
Alberto.


On Thu, 23 Jan 2003, Yurij Nykon wrote:

> Hi.
> 
> We have an FreeBSD 4.5 with php4 installed on it.
> Now we need to connect from our php-Project to PostgreSQL-7.3.1.
> But there is no php-extention installed. In Windows distribution it is
> available.
> Where can we get this extention for Unix?
> 
> Any help will be appreciated
> Thanx in advance
> Yurij Nykon
> 


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php