<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting custom HTTP variables out of PHP</title>
	<atom:link href="http://blog.yimingliu.com/2007/10/06/getting-custom-http-variables-out-of-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yimingliu.com/2007/10/06/getting-custom-http-variables-out-of-php/</link>
	<description>source control for my (useless) knowledge</description>
	<lastBuildDate>Wed, 18 Aug 2010 00:32:33 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yiming</title>
		<link>http://blog.yimingliu.com/2007/10/06/getting-custom-http-variables-out-of-php/comment-page-1/#comment-8</link>
		<dc:creator>yiming</dc:creator>
		<pubDate>Mon, 17 Dec 2007 18:49:00 +0000</pubDate>
		<guid isPermaLink="false">https://blog.yimingliu.com/2007/10/06/getting-custom-http-variables-out-of-php/#comment-8</guid>
		<description>Thanks, Anon.  It&#039;s good to remember that at the end of the day, mod_php is CGI executed at a different level.</description>
		<content:encoded><![CDATA[<p>Thanks, Anon.  It&#8217;s good to remember that at the end of the day, mod_php is CGI executed at a different level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.yimingliu.com/2007/10/06/getting-custom-http-variables-out-of-php/comment-page-1/#comment-7</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 17 Dec 2007 18:20:00 +0000</pubDate>
		<guid isPermaLink="false">https://blog.yimingliu.com/2007/10/06/getting-custom-http-variables-out-of-php/#comment-7</guid>
		<description>It is part of CGI/1.1 specs.&lt;br/&gt;http://hoohoo.ncsa.uiuc.edu/cgi/env.html&lt;br/&gt;&lt;br/&gt;In addition to these, the header lines received from the client, if any, are placed into the environment with the prefix HTTP_ followed by the header name. Any - characters in the header name are changed to _ characters. The server may exclude any headers which it has already processed, such as Authorization, Content-type, and Content-length. If necessary, the server may choose to exclude any or all of these headers if including them would exceed any system environment limits.</description>
		<content:encoded><![CDATA[<p>It is part of CGI/1.1 specs.<br /><a href="http://hoohoo.ncsa.uiuc.edu/cgi/env.html" rel="nofollow">http://hoohoo.ncsa.uiuc.edu/cgi/env.html</a></p>
<p>In addition to these, the header lines received from the client, if any, are placed into the environment with the prefix HTTP_ followed by the header name. Any &#8211; characters in the header name are changed to _ characters. The server may exclude any headers which it has already processed, such as Authorization, Content-type, and Content-length. If necessary, the server may choose to exclude any or all of these headers if including them would exceed any system environment limits.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
