<?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"
	>
<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>Web Development</description>
	<pubDate>Wed, 09 Jul 2008 05:48:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<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 "php_ini_system" 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>@ Prasanna

Very cool.  Thanks for that!</description>
		<content:encoded><![CDATA[<p>@ Prasanna</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 &#34;conf&#34;&lt;/code&gt; in &lt;code&gt;httpd.conf&lt;/code&gt; file.

And created a directory &lt;code&gt;&#34;conf&#34;&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 &quot;conf&quot;</code> in <code>httpd.conf</code> file.</p>
<p>And created a directory <code>&quot;conf&quot;</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: canne</title>
		<link>http://www.askapache.com/php/custom-phpini-tips-and-tricks.html#comment-14851</link>
		<dc:creator>canne</dc:creator>
		<pubDate>Mon, 10 Sep 2007 14:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/custom-phpini-tips-and-tricks.html#comment-14851</guid>
		<description>&lt;a href="http://canne.wordpress.com/2007/09/10/php5-cgi-on-top-of-php4-module/" rel="nofollow"&gt;PHP5 CGI on top of PHP4 module&lt;/a&gt; was a really hard one. By searching around a bit, or quite a lot, I found finally this page &#8220;Custom PHP.ini tips and tricks&#8220;. Thanks guys, you really saved my [...]</description>
		<content:encoded><![CDATA[<p><a href="http://canne.wordpress.com/2007/09/10/php5-cgi-on-top-of-php4-module/" rel="nofollow">PHP5 CGI on top of PHP4 module</a> was a really hard one. By searching around a bit, or quite a lot, I found finally this page &#8220;Custom PHP.ini tips and tricks&#8220;. Thanks guys, you really saved my [...]</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 />
<a href="http://vijaymodi.wordpress.com/2007/03/03/phpini-settings/" rel="nofollow">http://vijaymodi.wordpress.com/2007/03/03/phpini-settings/</a></p>
<p>Regards,<br />
Vijay Modi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
