Upgrading to PHP 7.2
-
Hi. We ran WPEngine’s PHP Compatibility Checker plugin in preparation for PHP 7.2 and we got the following errors/warnings. I found an support post where someone asked about compatibility for PHP 7.0 – I just want to check on compatibility for PHP 7.2. Thanks.
FILE: /wp-content/plugins/relevanssi-premium/lib/cache.php
FOUND 5 ERRORS AFFECTING 5 LINES
12 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
23 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
24 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
49 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
50 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
———————————————————————————————————–
FILE: /wp-content/plugins/relevanssi-premium/lib/indexing.php
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
10 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
————————————————————————————————
The topic ‘Upgrading to PHP 7.2’ is closed to new replies.