<?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>Onlydarksets &#187; PHP</title>
	<atom:link href="http://onlydarksets.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://onlydarksets.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 14 Oct 2010 01:04:28 +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>Increasing PHP upload limits</title>
		<link>http://onlydarksets.com/2009/01/29/increasing-php-upload-limits/</link>
		<comments>http://onlydarksets.com/2009/01/29/increasing-php-upload-limits/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:08:42 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/?p=734</guid>
		<description><![CDATA[My hosting provider has the default limits for uploading files via PHP set pretty low (2MB).  To get around that, they allow custom php.ini files, but they don&#8217;t tell you where to put them or what to put in them. Create a text file called &#8220;php.ini&#8221; and place it in the directory where the script [...]]]></description>
			<content:encoded><![CDATA[<p>My hosting provider has the default limits for uploading files via PHP set pretty low (2MB).  To get around that, they allow custom php.ini files, but they don&#8217;t tell you where to put them or what to put in them.</p>
<p>Create a text file called &#8220;php.ini&#8221; and place it in the directory where the script is going to run.  I read that it <a href="http://www.surmunity.com/php-mysql/16587-custom-php-ini.html" target="_blank">a custom php.ini file is applied to subdirectories</a>, but that was not the case in my setup.  <a href="http://wordpress.org/support/topic/193350" target="_blank">The custom php.ini should have the following</a>:<br />
<code><br />
upload_max_filesize=100M<br />
post_max_size=100M</code></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2009%2F01%2F29%2Fincreasing-php-upload-limits%2F&amp;title=Increasing%20PHP%20upload%20limits" id="wpa2a_2">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2009/01/29/increasing-php-upload-limits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

