|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2013-06-03 18:39 UTC] pajoye@php.net
 
-Status: Open
+Status: Not a bug
  [2013-06-03 18:39 UTC] pajoye@php.net
  [2013-06-04 02:46 UTC] marcelo dot pontarelli at vodafone dot it
  [2014-07-22 17:29 UTC] ctsdatarecovery at aol dot com
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 19:00:02 2025 UTC | 
Description: ------------ Trying to launch phpmyadmin from XAMPP: Fatal error: Call to undefined function mb_detect_encoding() in C:\xampp\phpMyAdmin\libraries\php-gettext\gettext.inc on line 177 --- part affected ---- * Convert the given string to the encoding set by bind_textdomain_codeset. */ function _encode($text) { $source_encoding = mb_detect_encoding($text); $target_encoding = _get_codeset(); if ($source_encoding != $target_encoding) { return mb_convert_encoding($text, $target_encoding, $source_encoding); } else { return $text; } }