Hi !
It seems that it works !
- Stop/Start service whith Btinama manager Tool - OK
- connect to the server with phppgadmin web page - OK
A changed :
[Postgres]
postgres_root_directory=C:\PostgreSQL/
postgres_binary_directory=C:/PostgreSQL/pg95/bin
postgres_port=5433
postgres_hostname=127.0.0.1
postgres_unique_service_name=PostgreSQL 9.5 Server
And modfier the phppgadmin file like this (...\wappstack-7.1.13-0\apps\phppgadmin\htdocs\conf) :
$conf['servers'][0]['desc'] = 'PostgreSQL 9.5';
$conf['servers'][0]['host'] = 'localhost';
$conf['servers'][0]['port'] = 5433;
$conf['servers'][0]['sslmode'] = 'allow';
$conf['servers'][0]['defaultdb'] = 'template1';
$conf['servers'][0]['pg_dump_path'] = 'C:/PostgreSQL/pg95/bin/pg_dump.exe';
$conf['servers'][0]['pg_dumpall_path'] = 'C:/PostgreSQL/pg95/bin/pg_dumpall.exe';
Best regards !