<?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: Object Oriented Image Manipulation</title>
	<atom:link href="http://www.dom111.co.uk/blog/coding/php-object-oriented-image-manipulation/156/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dom111.co.uk/blog/coding/php-object-oriented-image-manipulation/156</link>
	<description>Move along. Nothing to see here.</description>
	<lastBuildDate>Mon, 14 Nov 2011 09:49:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dom111</title>
		<link>http://www.dom111.co.uk/blog/coding/php-object-oriented-image-manipulation/156/comment-page-1#comment-231</link>
		<dc:creator>dom111</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=156#comment-231</guid>
		<description>Hi Monsur,

I haven&#039;t actually tested the script on PHP4 I&#039;m afraid. I don&#039;t have a PHP4 environment to test it on either...

I assume you&#039;ve changed the majority of function-names accordingly (__construct -&gt; Image, etc) if it still doesn&#039;t work, it&#039;s possible that I&#039;m using features that are PHP5 only... You may be able to pull apart what I&#039;ve done and reconstruct a PHP4 version but since my primary platform is PHP5 i haven&#039;t worked on it...

Sorry about that, I&#039;d be interested if you manage to get the script working in PHP4, you might be able to help someone else out...

Dom</description>
		<content:encoded><![CDATA[<p>Hi Monsur,</p>
<p>I haven&#8217;t actually tested the script on PHP4 I&#8217;m afraid. I don&#8217;t have a PHP4 environment to test it on either&#8230;</p>
<p>I assume you&#8217;ve changed the majority of function-names accordingly (__construct -> Image, etc) if it still doesn&#8217;t work, it&#8217;s possible that I&#8217;m using features that are PHP5 only&#8230; You may be able to pull apart what I&#8217;ve done and reconstruct a PHP4 version but since my primary platform is PHP5 i haven&#8217;t worked on it&#8230;</p>
<p>Sorry about that, I&#8217;d be interested if you manage to get the script working in PHP4, you might be able to help someone else out&#8230;</p>
<p>Dom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monsur</title>
		<link>http://www.dom111.co.uk/blog/coding/php-object-oriented-image-manipulation/156/comment-page-1#comment-230</link>
		<dc:creator>monsur</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=156#comment-230</guid>
		<description>Thanks for sharing such script.
I am facing one problem with this class.
This class is not working in php 4.
If I modified this class for php4 removing private, protected and public functions are not working fine.
Have any solutions for this?</description>
		<content:encoded><![CDATA[<p>Thanks for sharing such script.<br />
I am facing one problem with this class.<br />
This class is not working in php 4.<br />
If I modified this class for php4 removing private, protected and public functions are not working fine.<br />
Have any solutions for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dom111</title>
		<link>http://www.dom111.co.uk/blog/coding/php-object-oriented-image-manipulation/156/comment-page-1#comment-189</link>
		<dc:creator>dom111</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=156#comment-189</guid>
		<description>I wonder how many times I corrected that typo while creating it too. One of my most common typos along with &#039;webiste&#039; I think.

Thanks for commenting, I&#039;ll get it fixed up soon as possible! :)</description>
		<content:encoded><![CDATA[<p>I wonder how many times I corrected that typo while creating it too. One of my most common typos along with &#8216;webiste&#8217; I think.</p>
<p>Thanks for commenting, I&#8217;ll get it fixed up soon as possible! <img src='http://www.dom111.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaxolotl</title>
		<link>http://www.dom111.co.uk/blog/coding/php-object-oriented-image-manipulation/156/comment-page-1#comment-188</link>
		<dc:creator>Jaxolotl</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=156#comment-188</guid>
		<description>Beautyfull class!!!

A contribution:
Take a look  at lines 184 AND 349, it seems to be a typo

throw new Exception(&#039;Imgae::

I think you mean

throw new Exception(&#039;Image::</description>
		<content:encoded><![CDATA[<p>Beautyfull class!!!</p>
<p>A contribution:<br />
Take a look  at lines 184 AND 349, it seems to be a typo</p>
<p>throw new Exception(&#8216;Imgae::</p>
<p>I think you mean</p>
<p>throw new Exception(&#8216;Image::</p>
]]></content:encoded>
	</item>
</channel>
</rss>

