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 Not gonna work #6

Closed mrbm closed 7 years ago

mrbm commented 7 years ago

problems

I decided not fight the power anymore and decommission following these instructions: https://premium.wpmudev.org/forums/topic/how-can-i-reverse-multi-db#post-895215

But just giving a heads up.

uglyrobot commented 7 years ago

Did you try the mysqli branch? It's untested but was a merge to fix those issues possibly.

ghost commented 7 years ago

Hello @uglyrobot !

I have also the problem with PHP7. How can use the mysqli branch?

uglyrobot commented 7 years ago

The branch is here https://github.com/wpmudev/multi-db/tree/mysqli-merge. It's untested and might need some more merge work.