Viewing 1 replies (of 1 total)
  • Even under php 5.6.28 I get hundreds of deprecated function warnings.

    Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /path/to/site/wp-content/plugins/find-and-replace-all/functions.php on line 55
    
    Notice: Undefined variable: return in /path/to/site/wp-content/plugins/find-and-replace-all/functions.php on line 73
    
    Deprecated: Function ereg_replace() is deprecated in /path/to/site/wp-content/plugins/find-and-replace-all/functions.php on line 84
    
    <repeat ereg_replace warning hundreds of time>
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Compatibility Checker Find and Replace All’ is closed to new replies.