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

           Summary: Active .php entry points should redirect safely to .php5
                    variants on PHP 4
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: General/Unknown
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: br...@wikimedia.org


Some mixed PHP4/5 systems default to running PHP 4 through '.php' files and PHP
5 only on '.php5' files.

It might be nice to have the .php files for entry points be clean enough to
load up from PHP 4 and redirect to the .php5 entry point.

Obvious main problem is what to do if there is no .php5 handler set up either.
:) Could stick an explanatory notice in the source, I suppose... or only do it
if the $wgScriptExtension is set to '.php5' (in which case the installer's
already vetted it for us)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to