As the title mentions, I am trying to add the pgsql extension to php, to be able to call functions like: pg_connect() pg_query() etc. in php. I am using Mac OSX 10.10.1 (Yosemite)
Those are the steps I followed (precisely- and encountered no errors)
If I now execute pg functions in php it still comes up with the same error as before: "Fatal error: Call to undefined function pg_connect() in /Applications/XAMPP/xamppfiles/htdocs/connect.php on line 8"
In the terminal php -m, will NOT list pgsql. Maybe someone's got some ideas, what could be going wrong in the install process.