Hi, I am hosting small PostgrSQL DB on AWS service, http server with php is also on AWS. When I try to link Adminer with DB I am getting error No extension None of the supported PHP extensions (PgSQL, PDO_PgSQL) are availabl With some googleing, I found problem could be solve with uncommentig extension=php_pgsql.dll in php.ini My php.ini dont have that line so I simply add it (without comment) but I am geting same error. I am running PHP Version 5.6.36 Please help :)