<?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: Custom PHP.ini tips and tricks</title>
	<atom:link href="http://www.askapache.com/php/custom-phpini-tips-and-tricks.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/php/custom-phpini-tips-and-tricks.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: All</title>
		<link>http://www.askapache.com/php/custom-phpini-tips-and-tricks.html#comment-108067</link>
		<dc:creator>All</dc:creator>
		<pubDate>Thu, 05 Nov 2009 20:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/custom-phpini-tips-and-tricks.html#comment-108067</guid>
		<description>where is my php.ini?</description>
		<content:encoded><![CDATA[<p>where is my php.ini?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.askapache.com/php/custom-phpini-tips-and-tricks.html#comment-105201</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 13 Oct 2009 21:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/custom-phpini-tips-and-tricks.html#comment-105201</guid>
		<description>Great article!  Thanks!</description>
		<content:encoded><![CDATA[<p>Great article!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php trivandrum</title>
		<link>http://www.askapache.com/php/custom-phpini-tips-and-tricks.html#comment-43523</link>
		<dc:creator>php trivandrum</dc:creator>
		<pubDate>Sat, 26 Jul 2008 18:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/custom-phpini-tips-and-tricks.html#comment-43523</guid>
		<description>It was great reading the article.. very informative and neat..</description>
		<content:encoded><![CDATA[<p>It was great reading the article.. very informative and neat..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Parker</title>
		<link>http://www.askapache.com/php/custom-phpini-tips-and-tricks.html#comment-36412</link>
		<dc:creator>Peter Parker</dc:creator>
		<pubDate>Fri, 29 Feb 2008 15:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/custom-phpini-tips-and-tricks.html#comment-36412</guid>
		<description>Hi,

Nice Article. It pointed in the right direction. Just wanna ask how can i restrict users in changing &quot;php_ini_system&quot; directives if i set setenv phprc /user/home/directory/php.ini? And will only allow php_ini_all and php_ini_perdir directives?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice Article. It pointed in the right direction. Just wanna ask how can i restrict users in changing &#8220;php_ini_system&#8221; directives if i set setenv phprc /user/home/directory/php.ini? And will only allow php_ini_all and php_ini_perdir directives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/php/custom-phpini-tips-and-tricks.html#comment-26942</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Fri, 02 Nov 2007 03:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/custom-phpini-tips-and-tricks.html#comment-26942</guid>
		<description>&lt;p&gt;&lt;strong&gt;@ Prasanna&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Very cool.  Thanks for that!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><strong>@ Prasanna</strong></p>
<p>Very cool.  Thanks for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna</title>
		<link>http://www.askapache.com/php/custom-phpini-tips-and-tricks.html#comment-23575</link>
		<dc:creator>Prasanna</dc:creator>
		<pubDate>Tue, 16 Oct 2007 05:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/custom-phpini-tips-and-tricks.html#comment-23575</guid>
		<description>Hi,

I got this by adding a line &lt;code&gt;PHPINIDir &quot;conf&quot;&lt;/code&gt; in &lt;code&gt;httpd.conf&lt;/code&gt; file.

And created a directory &lt;code&gt;&quot;conf&quot;&lt;/code&gt; under &lt;strong&gt;ServerRoot&lt;/strong&gt; and place the file &lt;code&gt;php.ini&lt;/code&gt; under that directory.

Now the default &lt;code&gt;php.ini&lt;/code&gt; is getting override by the file(&lt;code&gt;php.ini&lt;/code&gt;) which i kept under &lt;code&gt;ServerRoot/conf&lt;/code&gt; directory.

Now i can able to &lt;strong&gt;load dynamic extensions in PHP through Apache module&lt;/strong&gt;.

Thanks for your help.

Prasanna</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I got this by adding a line <code>PHPINIDir "conf"</code> in <code>httpd.conf</code> file.</p>
<p>And created a directory <code>"conf"</code> under <strong>ServerRoot</strong> and place the file <code>php.ini</code> under that directory.</p>
<p>Now the default <code>php.ini</code> is getting override by the file(<code>php.ini</code>) which i kept under <code>ServerRoot/conf</code> directory.</p>
<p>Now i can able to <strong>load dynamic extensions in PHP through Apache module</strong>.</p>
<p>Thanks for your help.</p>
<p>Prasanna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna</title>
		<link>http://www.askapache.com/php/custom-phpini-tips-and-tricks.html#comment-23382</link>
		<dc:creator>Prasanna</dc:creator>
		<pubDate>Mon, 15 Oct 2007 08:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/custom-phpini-tips-and-tricks.html#comment-23382</guid>
		<description>Hi,

I am using PHP through Apache. I need to include dynamic extensions in PHP (ssh2.so).

All i need to know is how to specify the custom php.ini path while starting php through Apache.

Also i tried SetEnv PHPRC /home/users/web/bEXAMPLE/pow.EXAMPLE in .htaccess file and give All permission in httpd.conf file.

I am not clear in using PHPRC variable and how to use. Please clarify me

My versions:
Apache: 2.0.4.7
PHP:5.2.4</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using PHP through Apache. I need to include dynamic extensions in PHP (ssh2.so).</p>
<p>All i need to know is how to specify the custom php.ini path while starting php through Apache.</p>
<p>Also i tried SetEnv PHPRC /home/users/web/bEXAMPLE/pow.EXAMPLE in .htaccess file and give All permission in httpd.conf file.</p>
<p>I am not clear in using PHPRC variable and how to use. Please clarify me</p>
<p>My versions:<br />
Apache: 2.0.4.7<br />
PHP:5.2.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Modi</title>
		<link>http://www.askapache.com/php/custom-phpini-tips-and-tricks.html#comment-13057</link>
		<dc:creator>Vijay Modi</dc:creator>
		<pubDate>Tue, 04 Sep 2007 06:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/custom-phpini-tips-and-tricks.html#comment-13057</guid>
		<description>hi,

   Really very nice article.
You can find another one on the following link:
http://vijaymodi.wordpress.com/2007/03/03/phpini-settings/

Regards,
Vijay Modi</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>   Really very nice article.<br />
You can find another one on the following link:<br />
http://vijaymodi.wordpress.com/2007/03/03/phpini-settings/</p>
<p>Regards,<br />
Vijay Modi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
