<?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>dennis henry &#187; overwriting defaults</title>
	<atom:link href="http://dennishenry.net/tag/overwriting-defaults/feed/" rel="self" type="application/rss+xml" />
	<link>http://dennishenry.net</link>
	<description>ramblings of an IT professional</description>
	<lastBuildDate>Mon, 26 Sep 2011 16:50:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>php.ini overwriting with SuPHP</title>
		<link>http://dennishenry.net/2009/10/10/php-ini-overwriting-with-suphp/</link>
		<comments>http://dennishenry.net/2009/10/10/php-ini-overwriting-with-suphp/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 17:40:21 +0000</pubDate>
		<dc:creator>dennis</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[suPHP]]></category>
		<category><![CDATA[overwriting defaults]]></category>

		<guid isPermaLink="false">http://dennishenry.net/?p=45</guid>
		<description><![CDATA[Just a quick note on this:
When overwriting a value for a single site using php.ini, I highly suggest copying the root level php.ini (located at /usr/local/lib/php.ini for most suPHP enabled Linux servers) to the directory in question, changing the one value needed, then chowning the file to the  [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note on this:</p>
<p>When overwriting a value for a single site using php.ini, I highly suggest copying the root level php.ini (located at /usr/local/lib/php.ini for most suPHP enabled Linux servers) to the directory in question, changing the one value needed, then chowning the file to the user, rather than making your own custom php.ini with one line of the value that is being overwritten. The reasoning behind this is that when you make an empy php.ini with just the one directive, many issues including but not limiting to the following arise:</p>
<ul>
<li>safe_mode defaults to On instead of Off</li>
<li>pdo or any other includes such as zend or ioncube are no longer loaded</li>
<li>disable_functions line is nullified</li>
</ul>
<p>Anyways, just a tip for anyone out there using such changes! Let me know if you have any questions about this in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://dennishenry.net/2009/10/10/php-ini-overwriting-with-suphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

