简体   繁体   中英

Integration of postgreSQL on WAMP and phppgadmin

我想将 postgresql 与 wamp 集成以进行 php 和 laravel 开发,但是当我登录 postgresql 时出现不推荐使用的错误....

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM