<?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: PHP Stream Filters: Unchunking HTTP Streams</title>
	<atom:link href="http://dancingmammoth.com/2009/08/29/php-stream-filters-unchunking-http-streams/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancingmammoth.com/2009/08/29/php-stream-filters-unchunking-http-streams/</link>
	<description>Cleaner Websites for a Cleaner Future</description>
	<lastBuildDate>Fri, 28 Jan 2011 07:50:13 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jaka Jancar</title>
		<link>http://dancingmammoth.com/2009/08/29/php-stream-filters-unchunking-http-streams/comment-page-1/#comment-320</link>
		<dc:creator>Jaka Jancar</dc:creator>
		<pubDate>Tue, 21 Sep 2010 20:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://dancingmammoth.com/?p=223#comment-320</guid>
		<description>There is now a &#039;dechunk&#039; filter in PHP 5.3.</description>
		<content:encoded><![CDATA[<p>There is now a &#8216;dechunk&#8217; filter in PHP 5.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mot</title>
		<link>http://dancingmammoth.com/2009/08/29/php-stream-filters-unchunking-http-streams/comment-page-1/#comment-318</link>
		<dc:creator>mot</dc:creator>
		<pubDate>Sun, 08 Aug 2010 13:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://dancingmammoth.com/?p=223#comment-318</guid>
		<description>Thanks for this great filter example. I think it&#039;s worth of a note that with PHP 5.3 there were some improvements done with chunked transfer:

Quote: 5.3.0 -- The protocol_version supports chunked transfer decoding when set to 1.1.
From: &lt;a href=&quot;http://www.php.net/manual/en/context.http.php&quot; rel=&quot;nofollow&quot;&gt;HTTP context options&lt;/a&gt;

Ref: &lt;a href=&quot;http://www.pubbs.net/200904/php/21932-php-dev-support-for-quottransfer-encoding-chunkedquot-in-http-stream-wrapper.html&quot; rel=&quot;nofollow&quot;&gt;[PHP-DEV] Support for &quot;Transfer-Encoding: chunked&quot; in http stream wrapper&lt;/a&gt;

p.s. check the tab order on your blog, when you tab out of NAME you jump to your client&#039;s access PASSWORD field on top of the page.</description>
		<content:encoded><![CDATA[<p>Thanks for this great filter example. I think it&#8217;s worth of a note that with PHP 5.3 there were some improvements done with chunked transfer:</p>
<p>Quote: 5.3.0 &#8212; The protocol_version supports chunked transfer decoding when set to 1.1.<br />
From: <a href="http://www.php.net/manual/en/context.http.php" rel="nofollow">HTTP context options</a></p>
<p>Ref: <a href="http://www.pubbs.net/200904/php/21932-php-dev-support-for-quottransfer-encoding-chunkedquot-in-http-stream-wrapper.html" rel="nofollow">[PHP-DEV] Support for &#8220;Transfer-Encoding: chunked&#8221; in http stream wrapper</a></p>
<p>p.s. check the tab order on your blog, when you tab out of NAME you jump to your client&#8217;s access PASSWORD field on top of the page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

