Zabbix PHP frontend setup pre-requisities check for mbstring actually checks for bcmath

XMLWordPrintable

    • Type: Incident report
    • Resolution: Fixed
    • Priority: Major
    • 1.8.2
    • Affects Version/s: 1.8.1
    • Component/s: Frontend (F)
    • None

      In include/requirements.inc.php, the mbstring check is actually doing the same thing as the bcmath check:

      function check_php_mbstring(){

      $current = function_exists('bcadd') &&
      function_exists('bccomp') &&
      function_exists('bcdiv') &&
      function_exists('bcmod') &&
      function_exists('bcmul') &&
      function_exists('bcpow') &&
      function_exists('bcpowmod') &&
      function_exists('bcscale') &&
      function_exists('bcsqrt') &&
      function_exists('bcsub');

      This should be checking for mbstring functions instead.

            Assignee:
            Unassigned
            Reporter:
            George Vilches
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: