<?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: How to reduce the memory my image modification script in php uses?</title>
	<atom:link href="http://www.opensourcehq.org/how-to-reduce-the-memory-my-image-modification-script-in-php-uses/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcehq.org/how-to-reduce-the-memory-my-image-modification-script-in-php-uses/</link>
	<description></description>
	<lastBuildDate>Sat, 22 Oct 2011 00:04:28 +0000</lastBuildDate>
	<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: Eric C</title>
		<link>http://www.opensourcehq.org/how-to-reduce-the-memory-my-image-modification-script-in-php-uses/comment-page-1/#comment-1883</link>
		<dc:creator>Eric C</dc:creator>
		<pubDate>Tue, 09 Feb 2010 19:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcehq.org/how-to-reduce-the-memory-my-image-modification-script-in-php-uses/#comment-1883</guid>
		<description>You can temporarily change the memory limit for a script through the ini_set php function.
Try, &lt;?php print_r( ini_get_all() ); ?&gt; and find some line relating to memory limit (I can&#039;t remember what it was named as I haven&#039;t used PHP in a long time), then just remove the print_r line and ini_set(&#039;variable_name&#039;, &#039;value&#039;); to raise the limit, e.g. 30M.</description>
		<content:encoded><![CDATA[<p>You can temporarily change the memory limit for a script through the ini_set php function.<br />
Try, &lt;?php print_r( ini_get_all() ); ?&gt; and find some line relating to memory limit (I can&#8217;t remember what it was named as I haven&#8217;t used PHP in a long time), then just remove the print_r line and ini_set(&#8216;variable_name&#8217;, &#8216;value&#8217;); to raise the limit, e.g. 30M.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.opensourcehq.org @ 2012-02-09 01:57:02 -->
