|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-11-08 14:10 UTC] tony2001@php.net
[2005-11-08 14:45 UTC] kamil at webjay dot pl
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 20:00:01 2025 UTC |
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.