Hi Scott,
Let me know your results as I would like to run the site I have this on on php7.
cheers
Will
I had a similar problem, what solved it for me was to set PHP version to 5.4 (I was using 7) and to ensure that your build of PHP is running the multibyte string extension mbstring. Check phpinfo for this.
Hope that helps. Will