php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35154 mb_internal_encoding() not found
Submitted: 2005-11-08 14:07 UTC Modified: 2005-11-08 14:45 UTC
From: kamil at webjay dot pl Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.4.1 OS: Windows XP & FreeBSD 5.4-STABLE
Private report: No CVE-ID: None
 [2005-11-08 14:07 UTC] kamil 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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-08 14:10 UTC] tony2001@php.net
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
 [2005-11-08 14:45 UTC] kamil at webjay dot pl
But, php do not reporting errors...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 05:01:30 2024 UTC