Integration of postgreSQL on WAMP and phppgadmin

1.3k Views Asked by At

I want to integrate postgresql with wamp for php and laravel development but getting deprecated error when i logged in postgresql....

1

There are 1 best solutions below

0
On BEST ANSWER

In classes>databases line 76 add

echo 'pgv ',$version;

Refresh your page and you probably see the number 11 - and that is not in the next switch statement. Add a line for 11

Refresh your page - error is now in classes\database

Add a file for Postgres11 - it can be the same as fiel for 10, apart from version number.

Done.