Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-2140

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

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 1.8.2
    • 1.8.1
    • 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.

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

              Created:
              Updated:
              Resolved: