ID: 35154 Updated by: [EMAIL PROTECTED] Reported By: phpdev at webjay dot pl -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows XP & FreeBSD 5.4-STABLE PHP Version: 4.4.1 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. "mbstring is a non-default extension. This means it is not enabled by default. You must explicitly enable the module with the configure option. See the Install section for details." (c) http://php.net/mbstring Previous Comments: ------------------------------------------------------------------------ [2005-11-08 14:07:58] phpdev at webjay dot pl Description: ------------ I was tested it at: - Apache 1.3.34 & Win XP - Apache 2.0.54 & FreeBSD 5.4 Always it's same - can't found mb_internal_encoding() Reproduce code: --------------- <? error_reporting(E_ALL); mb_internal_encoding("UTF-8"); echo 'abc'; ... ?> Expected result: ---------------- abc Actual result: -------------- output headers: 0 content-length, no errors in error.log: [Tue Nov 08 13:48:16 2005] [error] PHP Fatal error: Call to undefined function: mb_internal_encoding() in C:\\SERVER\\www\\webjay.pl\\index.php on line 3. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35154&edit=1