[Ilugc] postgresql with php ?

  • From: bhuvanbk@xxxxxxxxxxxxx (Bhuvan A)
  • Date: Fri, 27 Dec 2002 14:52:41 +0530 (IST)


hi all,
How to use PHP with postgresql ?  doi need to have to mention any such
support  for postgresql while compilation of postgresql?

No need to re-compile postgresql. Rather you can do any one of the 
following.

a. Re-compile php with '--with-pgsql' option while configuring 
b. Have pgsql.so as dynamic loadable library. It can be done by
uncommenting the below line in /etc/php.ini

;extension=pgsql.so

regards,
bhuvaneswaran



Other related posts: