Any plan to support PHP 7 compatibility ?
-
I am using this great plugin but while trying to deploy the new PHP 7 engine, I noticed some errors from this plugin
Fatal error: Uncaught Error: Call to undefined function mysql_escape_string() in C:\tools\wamp64\www\blogITA\wp-content\plugins\user-photo\user-photo.php on line 103
mysql_escape_string() was deprecated in PHP 4.3.0
This function is identical to mysql_real_escape_string() except that mysql_real_escape_string() takes a connection handler and escapes the string according to the current character set. mysql_escape_string() does not take a connection argument and does not respect the current charset setting.
Any plan to enhance the plugin for PHP 7 support ?
Best regards
- The topic ‘Any plan to support PHP 7 compatibility ?’ is closed to new replies.