This script was made to aid the process of migrating PHP and MySQL based websites. Works with most common CMSes.
GNU General Public License v3.0
4k
stars
855
forks
source link
PHP7 generates missing `utf8_encode()` function error? #205
Closed
siruguri closed 4 years ago
I don't know exactly what combination of configurations causes this problem but with Apache 2.4.18, and PHP7 (no FPM) I got this error:
Stackoverflow informed me that adding back the php7-xml extension package will fix this - and it did!
Should maybe there be a new "Apache Configuration" section in the README to deal with this?