<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Spind.net Blog &#187; Magento</title>
	<atom:link href="http://blog.spind.net/tag/magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spind.net</link>
	<description>Stories from the trenches of System Administration</description>
	<lastBuildDate>Mon, 19 Dec 2011 09:21:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Making Magento 1.3 run on PHP 5.3</title>
		<link>http://blog.spind.net/2009/09/03/making-magento-1-3-run-on-php-5-3/</link>
		<comments>http://blog.spind.net/2009/09/03/making-magento-1-3-run-on-php-5-3/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 20:44:02 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=166</guid>
		<description><![CDATA[With the release of PHP 5.3, many functions automatically trigger a function is deprecated error. With Magento, that error effectively stops execution, even if it&#8217;s actually just a small notice. I won&#8217;t beat around the bush &#8211; this is the quick and very dirty fix that turns off error reporting completely. Varien&#8217;s Object class also [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of PHP 5.3, many functions automatically trigger a <em>function is deprecated</em> error. With Magento, that error effectively stops execution, even if it&#8217;s actually just a small notice. I won&#8217;t beat around the bush &#8211; this is the quick and very dirty fix that turns off error reporting completely. Varien&#8217;s Object class also needs a small fix, but then you should be ready to go.</p>
<blockquote><p>
perl -p -i -e &#8216;s/^\s*(error_reporting)\(.*\);\s*$/$1(0);/g&#8217; `find docs/ -name &#8220;*.php&#8221;`<br />
perl -p -i -e &#8216;s/__toString/__invode/g&#8217; docs/lib/Varien/Object.php
</p></blockquote>
<p>Hopefully the coming Magento 1.4 release will have fixed these issues, so a hack won&#8217;t be needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/09/03/making-magento-1-3-run-on-php-5-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

