PLEASE HELP with replacement strings !!!
=======================================================
in includes/classes/seo.php line 1299
ereg_replace($pattern, '', strtolower($string));
in includes/classes/seo.php line 1301
ereg_replace($pattern, '-', $anchor);
in includes/classes/language.php line 87
if (eregi('^(' . $value . ')(;q=[0-9]\\.[0-9])?$', $this->browser_languages[$i]) && isset($this->catalog_languages[$key])) {
$this->language = $this->catalog_languages[$key];
break 2;
======================================================
all deprecated - and since we upgraded to the latest php version we have our PHP shop plastered with error messages all over ...
PLEASE HELP
Thanks so much