[Bug 1577482] Re: PHPMyAdmin requires mbstring

Nish Aravamudan nish.aravamudan at canonical.com
Wed May 4 15:31:10 UTC 2016


As 16.04 is already released, this will need to go through the SRU
process. I have provided a debdiff for Yakkety and once accepted, I will
file a SRU request for Xenial.

** Changed in: phpmyadmin (Ubuntu)
       Status: New => Confirmed

** Changed in: phpmyadmin (Ubuntu)
     Assignee: (unassigned) => Nish Aravamudan (nacc)

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1577482

Title:
  PHPMyAdmin requires mbstring

Status in phpmyadmin package in Ubuntu:
  Confirmed

Bug description:
  When trying to use PHPMyAdmin without the mbstring extension installed, I get a fatal error on the main page:
  "The mbstring extension is missing. Please check your PHP configuration."

  This is coming from line 95 in /usr/share/phpmyadmin/libraries/common.inc.php:
  /**
   * Warning about mbstring.
   */
  if (! function_exists('mb_detect_encoding')) {
      PMA_warnMissingExtension('mbstring', $fatal = true);
  }

  This is an unconditional check, so this should be a Depends.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1577482/+subscriptions



More information about the Ubuntu-sponsors mailing list