From: marcelo dot pontarelli at vodafone dot it
Operating system: windows xp sp2
PHP version: 5.4.15
Package: Reproducible crash
Bug Type: Bug
Bug description:phpmyadmin doesn't start - error php
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;
}
}
--
Edit bug report at https://bugs.php.net/bug.php?id=64965&edit=1
--
Try a snapshot (PHP 5.4):
https://bugs.php.net/fix.php?id=64965&r=trysnapshot54
Try a snapshot (PHP 5.3):
https://bugs.php.net/fix.php?id=64965&r=trysnapshot53
Try a snapshot (trunk):
https://bugs.php.net/fix.php?id=64965&r=trysnapshottrunk
Fixed in SVN: https://bugs.php.net/fix.php?id=64965&r=fixed
Fixed in release: https://bugs.php.net/fix.php?id=64965&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=64965&r=needtrace
Need Reproduce Script: https://bugs.php.net/fix.php?id=64965&r=needscript
Try newer version: https://bugs.php.net/fix.php?id=64965&r=oldversion
Not developer issue: https://bugs.php.net/fix.php?id=64965&r=support
Expected behavior: https://bugs.php.net/fix.php?id=64965&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=64965&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=64965&r=submittedtwice
register_globals: https://bugs.php.net/fix.php?id=64965&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64965&r=php4
Daylight Savings: https://bugs.php.net/fix.php?id=64965&r=dst
IIS Stability: https://bugs.php.net/fix.php?id=64965&r=isapi
Install GNU Sed: https://bugs.php.net/fix.php?id=64965&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64965&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=64965&r=nozend
MySQL Configuration Error: https://bugs.php.net/fix.php?id=64965&r=mysqlcfg