Page MenuHomePhabricator

trackback.php lacks a .php5 equivalent
Closed, ResolvedPublic

Description

Author: slp.45325678

Description:
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

Version: 1.15.x
Severity: normal

Attached:

Details

Reference
bz17990

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:33 PM
bzimport set Reference to bz17990.
bzimport added a subscriber: Unknown Object (MLST).