I get an error when I try to connect to the Postgresql server with PHP, and I get an error like this one:
Unable to connect to PostgreSQL server: SCRAM authentication requires libpq version 10 or above in
I use EnterpriseDb, and is pg_connect();
in my code and I don't know what is wrong.