[wp-trac] Re: [WordPress Trac] #4971: use of PATH_TRANSLATED in
wp-settings.php
WordPress Trac
wp-trac at lists.automattic.com
Fri Sep 14 14:42:13 GMT 2007
#4971: use of PATH_TRANSLATED in wp-settings.php
----------------------------------------------+-----------------------------
Reporter: aronbeal | Owner: anonymous
Type: defect | Status: closed
Priority: normal | Milestone:
Component: General | Version: 2.2.2
Severity: normal | Resolution: invalid
Keywords: PATH_TRANSLATED, wp-settings.php |
----------------------------------------------+-----------------------------
Changes (by markjaquith):
* status: new => closed
* resolution: => invalid
* milestone: 2.3 =>
Comment:
{{{PATH_TRANSLATED}}} is only used if {{{SCRIPT_FILENAME}}} ends in
'php.cgi' as it does in some screwy PHP installs (I think Dreamhost is the
big one). So we're only using {{{PATH_TRANSLATED}}} in a case where
{{{SCRIPT_FILENAME}}} is useless to us.
A normal PHP installation will never see this code.
Do you have evidence that this fix is not working for some hosts that end
{{{SCRIPT_FILENAME}}} in 'php.cgi' ? If so, reopen.
--
Ticket URL: <http://trac.wordpress.org/ticket/4971#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list