PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Script Installation (http://www.phpdig.net/forum/forumdisplay.php?f=37)
-   -   Fatal error: Call to undefined function: mb_eregi() (http://www.phpdig.net/forum/showthread.php?t=2838)

drdrew42 12-04-2007 01:58 AM

Fatal error: Call to undefined function: mb_eregi()
 
Please advise on how I may resolve this error which I get when running install.php

Thanks

drdrew42 12-04-2007 02:08 AM

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.


All times are GMT -8. The time now is 06:13 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.