I am getting the below message on my sites page there are more than 20 messages like this… pls guide me to rectify the issue… I am using the PHP 5.3.0
Deprecated: Function eregi() is
deprecated in
C:\wamp\www\bannerbuzz\includes\classes\language.php
on line 87> UPDATE : Is there any way to switch
off this display of error?
In PHP 5.3, there are certain things that are deprecated, that is no more supported, however, there exists an alternative for them in php 5.3 for you to use.
See complete list of:
Deprecated features in PHP 5.3.x
Note: The
eregis removed, you can usepregfamily of functions instead.