mahdy_sharifi

Well-Known Member
Feb 26, 2012
220
1
68
cPanel Access Level
Root Administrator
Hello :

How Can enable mb_eregi() function in Cpanel server ?

Regards
 

quietFinn

Well-Known Member
Feb 4, 2006
2,040
551
493
Finland
cPanel Access Level
Root Administrator
I guess you are using PHP5.3, right?

This function has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged.
and
eregi() is deprecated as of PHP 5.3.0. preg_match() with the i (PCRE_CASELESS) modifier is the suggested alternative.
PHP: eregi - Manual