Edit report at https://bugs.php.net/bug.php?id=64965&edit=1

 ID:                 64965
 User updated by:    marcelo dot pontarelli at vodafone dot it
 Reported by:        marcelo dot pontarelli at vodafone dot it
 Summary:            phpmyadmin doesn't start - error php
 Status:             Not a bug
 Type:               Bug
 Package:            Reproducible crash
 Operating System:   windows xp sp2
 PHP Version:        5.4.15
 Block user comment: N
 Private report:     N

 New Comment:

Enable the mbstring extension in your php.ini and this error will disappear. 
Please use the php-install, php-general or php-windows mailing list for further 
support questions.
-->>
Error seems corrected.
message from xampp: 'mbstring extension already loaded' when enabling 
'mbstring.dll' extension.

This outputs another message:
'browscap.ini' in 'php/extra' already missing.

Copied file from 5.4.14 and now it works fine.
Thanks


Previous Comments:
------------------------------------------------------------------------
[2013-06-03 18:39:12] paj...@php.net

Enable the mbstring extension in your php.ini and this error will disappear. 
Please use the php-install, php-general or php-windows mailing list for further 
support questions.

------------------------------------------------------------------------
[2013-06-03 18:28:59] marcelo dot pontarelli at vodafone dot it

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 this bug report at https://bugs.php.net/bug.php?id=64965&edit=1

Reply via email to