<?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: Upload progress tracking in PHP5.2</title>
	<atom:link href="http://the-stickman.com/web-development/php/upload-progress-tracking-in-php52/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-stickman.com/web-development/php/upload-progress-tracking-in-php52/</link>
	<description>Random developer notes</description>
	<lastBuildDate>Thu, 14 Jan 2010 08:40:36 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Traveller</title>
		<link>http://the-stickman.com/web-development/php/upload-progress-tracking-in-php52/comment-page-1/#comment-1032</link>
		<dc:creator>Traveller</dc:creator>
		<pubDate>Fri, 18 Jul 2008 12:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/php/upload-progress-tracking-in-php52/#comment-1032</guid>
		<description>Thanks a lot this tip!

But it runs on servers without APC?</description>
		<content:encoded><![CDATA[<p>Thanks a lot this tip!</p>
<p>But it runs on servers without APC?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ichi</title>
		<link>http://the-stickman.com/web-development/php/upload-progress-tracking-in-php52/comment-page-1/#comment-1004</link>
		<dc:creator>Ichi</dc:creator>
		<pubDate>Sun, 15 Jun 2008 20:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/php/upload-progress-tracking-in-php52/#comment-1004</guid>
		<description>I get the same output as Russ, and I have JSON installed - at least according to my phpinfo() dump.  I was unable to install the &#039;php5-json&#039; package, as it&#039;s now a meta-package for &#039;php5-common&#039;.  (i.e. You get it whenever php 5.2 is installed under Ubuntu.)

I&#039;ve been trying, somewhat in vain, to get this progress meter stuff working under a new Ubuntu 8.04 install.  I had one working cleanly under 7.10, but no matter how much configuration I&#039;ve compared, something seems amiss with the new versions of PHP, Apache, and friends.

As described here:  http://webreflection.blogspot.com/2007/10/upload-progress-bar-with-php5-apc-and.html
(last anonymous comment from 13 May 2008), my setup is: Ubuntu 8.04, Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.1 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.6(2007-09-24) mod_ssl/2.2.8 OpenSSL/0.9.8g.  Nevertheless, I can&#039;t get the APC-based upload meters running.

Any thoughts?
Thanks!</description>
		<content:encoded><![CDATA[<p>I get the same output as Russ, and I have JSON installed &#8211; at least according to my phpinfo() dump.  I was unable to install the &#8216;php5-json&#8217; package, as it&#8217;s now a meta-package for &#8216;php5-common&#8217;.  (i.e. You get it whenever php 5.2 is installed under Ubuntu.)</p>
<p>I&#8217;ve been trying, somewhat in vain, to get this progress meter stuff working under a new Ubuntu 8.04 install.  I had one working cleanly under 7.10, but no matter how much configuration I&#8217;ve compared, something seems amiss with the new versions of PHP, Apache, and friends.</p>
<p>As described here:  <a href="http://webreflection.blogspot.com/2007/10/upload-progress-bar-with-php5-apc-and.html" rel="nofollow">http://webreflection.blogspot.com/2007/10/upload-progress-bar-with-php5-apc-and.html</a><br />
(last anonymous comment from 13 May 2008), my setup is: Ubuntu 8.04, Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.1 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.6(2007-09-24) mod_ssl/2.2.8 OpenSSL/0.9.8g.  Nevertheless, I can&#8217;t get the APC-based upload meters running.</p>
<p>Any thoughts?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://the-stickman.com/web-development/php/upload-progress-tracking-in-php52/comment-page-1/#comment-897</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Mon, 11 Feb 2008 02:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/php/upload-progress-tracking-in-php52/#comment-897</guid>
		<description>Just a response to Russ... although it&#039;s a few months old.

You need the json library installed in PHP as well. :-)</description>
		<content:encoded><![CDATA[<p>Just a response to Russ&#8230; although it&#8217;s a few months old.</p>
<p>You need the json library installed in PHP as well. <img src='http://the-stickman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://the-stickman.com/web-development/php/upload-progress-tracking-in-php52/comment-page-1/#comment-896</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Thu, 20 Sep 2007 22:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/php/upload-progress-tracking-in-php52/#comment-896</guid>
		<description>I tried copying the source code above and I don&#039;t get the same results. I am running php 5.2.3 with APC installed. The progress bar appears but shows no progress. Also, I get the following message when the process completes.

{&quot;done&quot;:1}

Has anyone experienced this or know the solution to this problem?</description>
		<content:encoded><![CDATA[<p>I tried copying the source code above and I don&#8217;t get the same results. I am running php 5.2.3 with APC installed. The progress bar appears but shows no progress. Also, I get the following message when the process completes.</p>
<p>{&#8220;done&#8221;:1}</p>
<p>Has anyone experienced this or know the solution to this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
