http://qa.mandrakesoft.com/show_bug.cgi?id=6066

           Product: squirrelmail
         Component: program
           Summary: PHP safe_mode setting invalid in Apache configuration
                    file for SquirrelMail
           Product: squirrelmail
           Version: 1.4.1-2mdk
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: program
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In /etc/httpd/conf.d/73_squirrelmail.conf the line

  php_admin_value safe_mode Off

should be

  php_admin_value safe_mode 0

Here the syntax differs from php.ini syntax -- "Off" is not interpreted as FALSE
but the string "Off" (mod_php-4.3.1-1mdk). This breaks at least gettext
initialization and the translations won't work (in i18n.php there's the test
!ini_get('safe_mode') which evaluates to !'Off' == FALSE).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to