Today I have updated my MacBook to OS X 10.12
After the update new configs (httpd.config
and php.ini
) were added and the old configs was renamed previous. I changed the confignames and everything works finde. Everything? No, postgres was not loaded. I created a phpinfo()
test.php
to check this. And yes, postgres was not loaded.
A view into the apache error log say:
PHP Fatal error: Call to undefined function pg_connect().