<?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>Note to Self &#187; PHP</title>
	<atom:link href="http://notetoself.vrensk.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://notetoself.vrensk.com</link>
	<description>lest I forget</description>
	<lastBuildDate>Fri, 23 Feb 2018 12:54:38 +0000</lastBuildDate>
	<language>sv-SE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>php.ini file upload limits</title>
		<link>http://notetoself.vrensk.com/2010/09/php-ini-file-upload-limits/</link>
		<comments>http://notetoself.vrensk.com/2010/09/php-ini-file-upload-limits/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 12:59:24 +0000</pubDate>
		<dc:creator>David Vrensk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://notetoself.vrensk.com/?p=77</guid>
		<description><![CDATA[To raise the max size for file uploads, it&#8217;s not enough to set upload_max_filesize to 50M.  One also has to set post_max_size to something that is at least as big.  I don&#8217;t think that&#8217;s how it used to be, or I wouldn&#8217;t have spent an hour looking for the solution. I&#8217;m running Ubuntu now, so I [...]]]></description>
				<content:encoded><![CDATA[<p>To raise the max size for file uploads, it&#8217;s not enough to set <code>upload_max_filesize</code> to 50M.  One also has to set <code>post_max_size</code> to something that is at least as big.  I don&#8217;t think that&#8217;s how it used to be, or I wouldn&#8217;t have spent an hour looking for the solution.</p>
<p>I&#8217;m running Ubuntu now, so I put the extra settings in a separate file that I upload to <code>/etc/php5/conf.d/</code> using <a href="http://opscode.com/chef/" onclick="pageTracker._trackPageview('/outgoing/opscode.com/chef/?referer=');">chef</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://notetoself.vrensk.com/2010/09/php-ini-file-upload-limits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
