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

           Summary: trackback.php lacks a .php5 equivalent
           Product: MediaWiki
           Version: 1.15-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=5931)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5931)
suggested patch

There is no .php5 equivalent to trackback.php for environments requiring php 5
scripts to have a .php5 extension. 
In those environments, invokation of the w/trackback.php page results in an
server error.

Here is a suggested patch, which:
- creates a new trackback.php5 file containing "<?php require
'./trackback.php';"
- modifies title.php so that the file extension of the trackback script isn't
hardcoded to ".php" anymore but set to the value of $wgScriptExtension


-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to