<?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: Adding PECL Uploadprogress to 1&amp;1 shared hosting for Drupal FileField</title>
	<atom:link href="http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/feed/" rel="self" type="application/rss+xml" />
	<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/</link>
	<description>Christian, Husband, Father, Geek, Entrepreneur, Photographer</description>
	<lastBuildDate>Wed, 03 Feb 2010 18:03:33 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: PPC Management Services</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/comment-page-1/#comment-28338</link>
		<dc:creator>PPC Management Services</dc:creator>
		<pubDate>Tue, 05 Jan 2010 08:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://jheslop.com/?p=371#comment-28338</guid>
		<description>Drupal is a excellent platform to build great websites...Thanks for the tips</description>
		<content:encoded><![CDATA[<p>Drupal is a excellent platform to build great websites&#8230;Thanks for the tips</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO Services</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/comment-page-1/#comment-28230</link>
		<dc:creator>SEO Services</dc:creator>
		<pubDate>Thu, 31 Dec 2009 07:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://jheslop.com/?p=371#comment-28230</guid>
		<description>Thanks for the tips.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO Services</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/comment-page-1/#comment-28182</link>
		<dc:creator>SEO Services</dc:creator>
		<pubDate>Wed, 30 Dec 2009 13:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://jheslop.com/?p=371#comment-28182</guid>
		<description>Good post….thanks for sharing.. very useful for me i will bookmark this for my future needed. thanks for a great source.</description>
		<content:encoded><![CDATA[<p>Good post….thanks for sharing.. very useful for me i will bookmark this for my future needed. thanks for a great source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill@Iron Man Shirt</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/comment-page-1/#comment-27788</link>
		<dc:creator>Bill@Iron Man Shirt</dc:creator>
		<pubDate>Wed, 09 Dec 2009 20:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://jheslop.com/?p=371#comment-27788</guid>
		<description>thanks, i really like being able to see progress, i get frustrated when i can&#039;t tell if something has caught a snag.</description>
		<content:encoded><![CDATA[<p>thanks, i really like being able to see progress, i get frustrated when i can&#8217;t tell if something has caught a snag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Epic_Tank</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/comment-page-1/#comment-27124</link>
		<dc:creator>Epic_Tank</dc:creator>
		<pubDate>Thu, 22 Oct 2009 22:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://jheslop.com/?p=371#comment-27124</guid>
		<description>Nice :)

This helped quite a bit; I keep forgetting that 1and1 defaults to php4 &gt;.&gt;

Anyway, I had to do things slightly differently, which isn&#039;t had for someone familiar with makefiles to figure out, but perhaps this will help someone who isn&#039;t:

*Don&#039;t bother changing php-config to php-config5, just run ./configure like normal
*Your include directives line should look like this:
INCLUDES = -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend
, instead of &#039;-I/usr/local/include/php#-I/usr/include/php5&#039;, as the original post says
*make test didn&#039;t work for me
*Your .so and .la files end up in ./modules, so you&#039;ll need to execute this:
cp uploadprogress.so ~/extensions/
, instead of &#039;cp .libs/uploadprogress.so ~/extensions/&#039;

As I said, these are things I had to do differently....not saying the original post is wrong, things may have just changed, or the account I&#039;m working on may just be weird XD</description>
		<content:encoded><![CDATA[<p>Nice <img src='http://jheslop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This helped quite a bit; I keep forgetting that 1and1 defaults to php4 &gt;.&gt;</p>
<p>Anyway, I had to do things slightly differently, which isn&#8217;t had for someone familiar with makefiles to figure out, but perhaps this will help someone who isn&#8217;t:</p>
<p>*Don&#8217;t bother changing php-config to php-config5, just run ./configure like normal<br />
*Your include directives line should look like this:<br />
INCLUDES = -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend<br />
, instead of &#8216;-I/usr/local/include/php#-I/usr/include/php5&#8242;, as the original post says<br />
*make test didn&#8217;t work for me<br />
*Your .so and .la files end up in ./modules, so you&#8217;ll need to execute this:<br />
cp uploadprogress.so ~/extensions/<br />
, instead of &#8216;cp .libs/uploadprogress.so ~/extensions/&#8217;</p>
<p>As I said, these are things I had to do differently&#8230;.not saying the original post is wrong, things may have just changed, or the account I&#8217;m working on may just be weird XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/comment-page-1/#comment-25922</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://jheslop.com/?p=371#comment-25922</guid>
		<description>Keith,

It doesn&#039;t matter where you upload the tar file. Just as long as the uploadprogress.so file is where it needs to be for the php.ini file to pick it up.

Jeremy</description>
		<content:encoded><![CDATA[<p>Keith,</p>
<p>It doesn&#8217;t matter where you upload the tar file. Just as long as the uploadprogress.so file is where it needs to be for the php.ini file to pick it up.</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/comment-page-1/#comment-25890</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://jheslop.com/?p=371#comment-25890</guid>
		<description>Jeremy,

thanks for publishing this. I have created a few Drupal empoered sites most of which have been hosted with 1and1 and those hosting options already had this installed.

I have however now opted for a 1and1 managed linux server and this extension no longer exists so I can follow your instructions and install it myself.

My starting point though is where exactly do I download the tar to, which folder ? I&#039;m noew with linux, relying on my unix memory from 20 years ago to fumble my way around lol.

Anyway, any pointers greatly apperciated.

Thanks,
Keith</description>
		<content:encoded><![CDATA[<p>Jeremy,</p>
<p>thanks for publishing this. I have created a few Drupal empoered sites most of which have been hosted with 1and1 and those hosting options already had this installed.</p>
<p>I have however now opted for a 1and1 managed linux server and this extension no longer exists so I can follow your instructions and install it myself.</p>
<p>My starting point though is where exactly do I download the tar to, which folder ? I&#8217;m noew with linux, relying on my unix memory from 20 years ago to fumble my way around lol.</p>
<p>Anyway, any pointers greatly apperciated.</p>
<p>Thanks,<br />
Keith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juergen</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/comment-page-1/#comment-25109</link>
		<dc:creator>Juergen</dc:creator>
		<pubDate>Sat, 11 Jul 2009 21:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://jheslop.com/?p=371#comment-25109</guid>
		<description>Up to now I do not have any experience with Drupal - nevertheless I here very ofteh  a lot of good things about it. Maybe I should give Drupat a try.</description>
		<content:encoded><![CDATA[<p>Up to now I do not have any experience with Drupal &#8211; nevertheless I here very ofteh  a lot of good things about it. Maybe I should give Drupat a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auto loan calculator</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/comment-page-1/#comment-24915</link>
		<dc:creator>auto loan calculator</dc:creator>
		<pubDate>Tue, 30 Jun 2009 07:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://jheslop.com/?p=371#comment-24915</guid>
		<description>hi, building link to our site is very necessary to get traffic and to become top link of SERP. Keyword luv is very helpful in link building.
.-= auto loan calculator&#180;s last blog ..&lt;a href=&quot;http://www.yourautoloancalculator.com/rebate-protection-from-a-car-loan-calculator/&quot;&gt;Rebate Protection From a Car Loan Calculator&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>hi, building link to our site is very necessary to get traffic and to become top link of SERP. Keyword luv is very helpful in link building.<br />
.-= auto loan calculator&#180;s last blog ..<a href="http://www.yourautoloancalculator.com/rebate-protection-from-a-car-loan-calculator/">Rebate Protection From a Car Loan Calculator</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Brown</title>
		<link>http://jheslop.com/2009/05/27/adding-pecl-uploadprogress-to-11-shared-hosting-for-drupal-filefield/comment-page-1/#comment-24772</link>
		<dc:creator>Simon Brown</dc:creator>
		<pubDate>Thu, 18 Jun 2009 14:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://jheslop.com/?p=371#comment-24772</guid>
		<description>mmm... didn&#039;t work for geoip. ERROR: Cannot run tests without CLI sapi.

and no .so file... so never mind I build without geoip...</description>
		<content:encoded><![CDATA[<p>mmm&#8230; didn&#8217;t work for geoip. ERROR: Cannot run tests without CLI sapi.</p>
<p>and no .so file&#8230; so never mind I build without geoip&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
