After installed php5-pgsql on Ubuntu using the command
sudo apt-get install php5-pgsql
I couldn't find pgsql.so file in php.ini, when i do a
locate pgsql.so
nothing returns. So anyone knows why the installation shows successful, but the module file doesn't exist?