Patch to make it work with PHP > 5.5
-
Hi,
Running the plugin with a PHP version superior to 5.5 will yield errors about undefined calls to mysql_connect. This is because the mysql interface was deprecated and removed on that version, now the mysqli interface is the new one. This patch changes all mysql related calls to their mysqli counterparts.
- The topic ‘Patch to make it work with PHP > 5.5’ is closed to new replies.