I am trying to get work PostgresSQL with PHP, but i stuck on that apache error:
Call to undefined function pg_connect()
.
When i run phpinfo()
i cannot see that my module is loaded, but i do not know why. The pgsql.ini
files were loaded. And when i open them, i can see, that the extension is enabled extension=pgsql.so
. Under /usr/lib64/php5/extensions
there is the .so file. Even the permission are same like the other modules.
Any idea what am I doing wrong?