View Single Post
Old 12-04-2007, 02:08 AM   #2
drdrew42
Green Mole
 
Join Date: Dec 2007
Posts: 2
Please advise on how I may resolve this error which I get when running install.php
Regarding mb_eregi() the phhp manual says:
mb_eregi() executes the regular expression match with multibyte support, and returns 1 if matches are found. This function ignore case. If the optional third parameter was specified, the function returns the byte length of matched part, and the array regs will contain the substring of matched string. The functions returns 1 if it matches with the empty string. If no matches found or error happend, FALSE will be returned.

The internal encoding or the character encoding specified in mb_regex_encoding() will be used as character encoding.

so I figure/guess since the returned value was an error message, not 1 or FALSE, the, the function is either outdated or something even worse.

Please advise.
drdrew42 is offline   Reply With Quote