I have trouble with php+postgresql
I use source code to compile php with postgresql.(DSO)
in php src directory
./configure --with-mysql=/usr/local/mysql --with-pg=shared \
--with-apxs=/usr/local/apache/bin/apxs
But when I try to use php code connecting to postgresql,I got error message below.
Fatal error: Call to undefined function: pg_connect() in ....
It seems that PostgreSQL support was not compiled into PHP.
and how can I know postgresql is compiled into php?