I have problem with Postgres.app. Postgres.app is running without problems.
In my phpinfo()
I can see.
PDO drivers => mysql, odbc, sqlite, pgsql
If I run commat php -m
I can see:
...
pdo_mysql
PDO_ODBC
pdo_pgsql
pdo_sqlite
Everything seems to be installed and prepared. But If I run my project, It says.
could not find driver
I've installed pgsql and pdo_pgsql by following link https://alistairphillips.com/apple/osx/php-pdo-pgsql/
PS: I also have
extension=pdo_pgsql.so
extension=pgsql.so