bbPress – Not PHP 7.0 compatible.
-
Hello I noticed that bbPress isn’t PHP 7.0 compatible :/
FILE: /srv/users/***/apps/***/public/wp-content/plugins/bbpress/includes/admin/parser.php
—————————————————————————————————————————————–
FOUND 4 ERRORS AFFECTING 4 LINES
—————————————————————————————————————————————–
83 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7
1149 | ERROR | preg_replace() – /e modifier is forbidden since PHP 7.0
1150 | ERROR | preg_replace() – /e modifier is forbidden since PHP 7.0
1386 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; use preg_split instead
—————————————————————————————————————————————–FILE: /srv/users/***/apps/***/public/wp-content/plugins/bbpress/includes/admin/converter.php
———————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————–
310 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
———————————————————————————————————–
- You must be logged in to reply to this topic.