wpmudev / multi-db

Allows you to partition your large WordPress Multisite database across multiple servers for scalability.
GNU General Public License v2.0
90 stars 64 forks source link

PHP 7 #8

Closed ghost closed 6 years ago

ghost commented 7 years ago

Hello!

Multi-DB plugin is not compatible with PHP7. Who can fix it?

AbhaysinghBhosale commented 7 years ago

Have you found solutions?

ghost commented 7 years ago

Not yet. You can use Hyper DB https://wordpress.org/plugins/hyperdb/

AbhaysinghBhosale commented 7 years ago

Is this works same as multi-db (multiple databases on same ec2 server) ? where i can find stuff abt it.plz help . (I think Multi-db not work on PHP 7 because of removed function like mysql_connect etc)

wp-networks commented 6 years ago

probably the best alternative is https://github.com/stuttter/ludicrousdb

uglyrobot commented 6 years ago

https://github.com/stuttter/ludicrousdb is better supported, I would recommend. Or you can look at the branch with experimental php7 support merge, not master.