• Hello,
    At the moment this plugin is not PHP7 compatible.

    File: C:\development\wordpress\src\wp-content\plugins\relevanssi\lib\cache.php
    > Line 12: Removed function “mysql_real_escape_string” called
    mysql_real_escape_string($query);
    > Line 23: Removed function “mysql_real_escape_string” called
    mysql_real_escape_string($query);
    > Line 24: Removed function “mysql_real_escape_string” called
    mysql_real_escape_string($excerpt);
    > Line 49: Removed function “mysql_real_escape_string” called
    mysql_real_escape_string($param);
    > Line 50: Removed function “mysql_real_escape_string” called
    mysql_real_escape_string($data);

    It looks like it should be straightforward to fix by using mysqli_real_escape_string()

    Are you planning on a PHP7 supported release shortly?

    https://wordpress.org/plugins/relevanssi/

Viewing 1 replies (of 1 total)
  • Plugin Author Mikko Saari

    (@msaari)

    That file is not actually used at all, so the plugin is actually PHP7 compatible, if that’s the only issue.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP7 compatiblity’ is closed to new replies.