Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9656

PHP Information in ACP always lists error_reporting as 0

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.7-PL1
    • 3.0.8-RC1
    • ACP
    • None
    • PHP 5.3

    Description

      ob_start();
      @phpinfo(INFO_GENERAL | INFO_CONFIGURATION | INFO_MODULES | INFO_VARIABLES);
      $phpinfo = ob_get_clean();

      Calling phpinfo() with an @ will set the error_reporting to 0 and thus always list error_reporting as being 0 in the local section.

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            bantu Andreas Fischer [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: