https://bugzilla.wikimedia.org/show_bug.cgi?id=48343

       Web browser: ---
            Bug ID: 48343
           Summary: MediaWiki silently breaks when you enable
                    $wgValidateAllHtml outside of Apache
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

wfOutputHandler's $wgValidateAllHtml block uses apache_response_headers() which
is not present in all SAPIs without checking if it exists. This leads to an
error.

However because wfOutputHandler is an output handler printing output is not
permitted and the error that's triggered gets swallowed up.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to