Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

PHP 7 Compatibility Warnings

$
0
0

Replies: 0

Hi, we’re preparing to update to PHP 7, and I’m running preliminary checks of our code using the PHP Compatibility Checker plugin. Database Browser is throwing a couple of warnings when tested with PHP 7.2. The details are below:

FILE: [path redacted]/wp-content/plugins/database-browser/pagination.class.php
———————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————–
17 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
———————————————————————–

FILE: [path redacted]/wp-content/plugins/database-browser/plugin-register.class.php
———————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————–
35 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
———————————————————————–


Viewing all articles
Browse latest Browse all 59525

Trending Articles