ericmckean / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Need central class to fix common $_SERVER problems #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The code in this comment:
http://code.google.com/p/minify/issues/detail?id=78&can=1&colspec=ID%20Type
%20Status%20Summary%20Priority%20Release%20Owner#c13

Should be worked into a special class designed to fix common config 
problems:
IIS: no REQUEST_URI / no DOCUMENT_ROOT
Apache: SUBDOMAIN_DOCUMENT_ROOT instead of DOCUMENT_ROOT

Original issue reported on code.google.com by mrclay....@gmail.com on 2 Feb 2009 at 4:03

GoogleCodeExporter commented 9 years ago
See: http://core.trac.wordpress.org/browser/tags/3.0.1/wp-includes/load.php#L33 
(wp_fix_server_vars())

Original comment by mrclay....@gmail.com on 10 Nov 2010 at 11:56

GoogleCodeExporter commented 9 years ago
Putting off until "rewrite", but improved API a bit in 9a1f306

Original comment by mrclay....@gmail.com on 4 Sep 2011 at 12:42