PHP 7 Compatibility issue?
-
Hi guys,
So I’m planning to upgrade my sites to PHP 7 in the next few days and here’s the warnings I got when running a test via the PHP Compatibility Test plugin:
In the file plugins/wp-file-manager/lib/php/elFinder.class.php
————————————————————————————————–
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
————————————————————————————————–
507 | WARNING | INI directive ‘iconv.internal_encoding’ is deprecated since PHP 5.6
508 | WARNING | INI directive ‘iconv.internal_encoding’ is deprecated since PHP 5.6
510 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6
511 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6
2454 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
4650 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
————————————————————————————————–
- The topic ‘PHP 7 Compatibility issue?’ is closed to new replies.