<?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: How to Enable PHP function for a one account ?</title>
	<atom:link href="http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 08:32:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: essay</title>
		<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/comment-page-1/#comment-10249</link>
		<dc:creator>essay</dc:creator>
		<pubDate>Thu, 11 Aug 2011 15:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=205#comment-10249</guid>
		<description>If you don&#039;t mind verify that you have introduced suhosin in your server. To empower the php method for a lone record suhosin should be commissioned on the server.</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t mind verify that you have introduced suhosin in your server. To empower the php method for a lone record suhosin should be commissioned on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newbie_vietnam</title>
		<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/comment-page-1/#comment-4109</link>
		<dc:creator>Newbie_vietnam</dc:creator>
		<pubDate>Wed, 19 Jan 2011 10:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=205#comment-4109</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-1847&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-1847&quot; rel=&quot;nofollow&quot;&gt;Alex P&lt;/a&gt; :&lt;/strong&gt;
&lt;a href=&quot;#comment-1422&quot; rel=&quot;nofollow&quot;&gt;@Jerry &lt;/a&gt;
Hello Jerry,
In PHP suphp environment you will have to create copy the system php.in under that particular client document root. then search disable_functions option in php.ini file and add php function which you want to disable it for particular account. 
here example
&lt;blockquote&gt;disable_functions =”shell_exec,system,passthru,exec,popen,proc_close,proc_get_status,proc_nice,
proc_open,proc_terminate,highlight_file,escapeshellcmd,define_syslog_variables,
posix_uname,posix_getpwuid,apache_child_terminate,posix_kill,
posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,posix_uname,
ftp_exec,ftp_connect,ftp_login,ftp_get,ftp_put,ftp_nb_fput,ftp_raw,
tp_rawlist,ini_alter,ini_restore,inject_code,syslog,openlog,
define_syslog_variables,apache_setenv,mysql_pconnect “&lt;/blockquote&gt;
&lt;/blockquote&gt;

but i want to prevent custom php.ini in suphp ( add line suPHP_ConfigPath /usr/local/lib/php.ini in /usr/local/apache/conf/php.conf )
so use php.ini in client document root to enable function is not imposible

any solution in suphp ?</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-1847"><p>
<strong><a href="#comment-1847" rel="nofollow">Alex P</a> :</strong><br />
<a href="#comment-1422" rel="nofollow">@Jerry </a><br />
Hello Jerry,<br />
In PHP suphp environment you will have to create copy the system php.in under that particular client document root. then search disable_functions option in php.ini file and add php function which you want to disable it for particular account.<br />
here example</p>
<blockquote><p>disable_functions =”shell_exec,system,passthru,exec,popen,proc_close,proc_get_status,proc_nice,<br />
proc_open,proc_terminate,highlight_file,escapeshellcmd,define_syslog_variables,<br />
posix_uname,posix_getpwuid,apache_child_terminate,posix_kill,<br />
posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,posix_uname,<br />
ftp_exec,ftp_connect,ftp_login,ftp_get,ftp_put,ftp_nb_fput,ftp_raw,<br />
tp_rawlist,ini_alter,ini_restore,inject_code,syslog,openlog,<br />
define_syslog_variables,apache_setenv,mysql_pconnect “</p></blockquote>
</blockquote>
<p>but i want to prevent custom php.ini in suphp ( add line suPHP_ConfigPath /usr/local/lib/php.ini in /usr/local/apache/conf/php.conf )<br />
so use php.ini in client document root to enable function is not imposible</p>
<p>any solution in suphp ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enable shell_exec() for one user!? - cPanel Forums</title>
		<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/comment-page-1/#comment-1876</link>
		<dc:creator>Enable shell_exec() for one user!? - cPanel Forums</dc:creator>
		<pubDate>Thu, 04 Nov 2010 03:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=205#comment-1876</guid>
		<description>[...] is a DSO flag and should not work for suPHP:  suPHP - FAQ  suhosin + suphp - DirectAdmin Forums How to Enable PHP function for a one account ? &#124; Linux Windows System Administrator Help How to Enable PHP function for a one account ? &#124; backup recovery  Just to name a few.     [...]</description>
		<content:encoded><![CDATA[<p>[...] is a DSO flag and should not work for suPHP:  suPHP &#8211; FAQ  suhosin + suphp &#8211; DirectAdmin Forums How to Enable PHP function for a one account ? | Linux Windows System Administrator Help How to Enable PHP function for a one account ? | backup recovery  Just to name a few.     [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex P</title>
		<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/comment-page-1/#comment-1847</link>
		<dc:creator>Alex P</dc:creator>
		<pubDate>Sun, 31 Oct 2010 22:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=205#comment-1847</guid>
		<description>&lt;a href=&quot;#comment-1422&quot; rel=&quot;nofollow&quot;&gt;@Jerry &lt;/a&gt; 
Hello Jerry,

In PHP suphp environment you will have to create copy the system php.in under that particular client document root. then search disable_functions option in php.ini file and add php function which you want to disable it for particular account. 

here example


&lt;blockquote&gt;disable_functions =&quot;shell_exec,system,passthru,exec,popen,proc_close,proc_get_status,proc_nice,
proc_open,proc_terminate,highlight_file,escapeshellcmd,define_syslog_variables,
posix_uname,posix_getpwuid,apache_child_terminate,posix_kill,
posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,posix_uname,
ftp_exec,ftp_connect,ftp_login,ftp_get,ftp_put,ftp_nb_fput,ftp_raw,
tp_rawlist,ini_alter,ini_restore,inject_code,syslog,openlog,
define_syslog_variables,apache_setenv,mysql_pconnect &quot;&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p><a href="#comment-1422" rel="nofollow">@Jerry </a><br />
Hello Jerry,</p>
<p>In PHP suphp environment you will have to create copy the system php.in under that particular client document root. then search disable_functions option in php.ini file and add php function which you want to disable it for particular account. </p>
<p>here example</p>
<blockquote><p>disable_functions =&#8221;shell_exec,system,passthru,exec,popen,proc_close,proc_get_status,proc_nice,<br />
proc_open,proc_terminate,highlight_file,escapeshellcmd,define_syslog_variables,<br />
posix_uname,posix_getpwuid,apache_child_terminate,posix_kill,<br />
posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,posix_uname,<br />
ftp_exec,ftp_connect,ftp_login,ftp_get,ftp_put,ftp_nb_fput,ftp_raw,<br />
tp_rawlist,ini_alter,ini_restore,inject_code,syslog,openlog,<br />
define_syslog_variables,apache_setenv,mysql_pconnect &#8220;</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Enable PHP function for a one account ? &#124; backup recovery</title>
		<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/comment-page-1/#comment-1717</link>
		<dc:creator>How to Enable PHP function for a one account ? &#124; backup recovery</dc:creator>
		<pubDate>Thu, 21 Oct 2010 22:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=205#comment-1717</guid>
		<description>[...] http://linuxwindowsmaster.com/h&amp;#959w-t&amp;#959-enable-php-function-f&amp;#959r-one-account/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://linuxwindowsmaster.com/h&#038;#959w-t&#038;#959-enable-php-function-f&#038;#959r-one-account/" rel="nofollow">http://linuxwindowsmaster.com/h&#038;#959w-t&#038;#959-enable-php-function-f&#038;#959r-one-account/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php.ini disable functions - cPanel Forums</title>
		<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/comment-page-1/#comment-1423</link>
		<dc:creator>php.ini disable functions - cPanel Forums</dc:creator>
		<pubDate>Wed, 15 Sep 2010 20:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=205#comment-1423</guid>
		<description>[...] to try and setup custom php.ini for custom users. We decided to try and do this with suhosin. Basically we have followed this post  We do have suhosin now controlling which functions we can disable. Now it would appear that we [...]</description>
		<content:encoded><![CDATA[<p>[...] to try and setup custom php.ini for custom users. We decided to try and do this with suhosin. Basically we have followed this post  We do have suhosin now controlling which functions we can disable. Now it would appear that we [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/comment-page-1/#comment-1422</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Wed, 15 Sep 2010 20:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=205#comment-1422</guid>
		<description>This sounds good if someone can figure out how to make it work with SuPHP. Did anyone figure that out yet?</description>
		<content:encoded><![CDATA[<p>This sounds good if someone can figure out how to make it work with SuPHP. Did anyone figure that out yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Themes</title>
		<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/comment-page-1/#comment-1126</link>
		<dc:creator>Wordpress Themes</dc:creator>
		<pubDate>Tue, 03 Aug 2010 03:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=205#comment-1126</guid>
		<description>Nice fill someone in on and this fill someone in on helped me alot in my college assignement. Say thank you you on your information.</description>
		<content:encoded><![CDATA[<p>Nice fill someone in on and this fill someone in on helped me alot in my college assignement. Say thank you you on your information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OE</title>
		<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/comment-page-1/#comment-847</link>
		<dc:creator>OE</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=205#comment-847</guid>
		<description>This wont work if you have suphp as you cant use php_admin_value

is there a solution to that?</description>
		<content:encoded><![CDATA[<p>This wont work if you have suphp as you cant use php_admin_value</p>
<p>is there a solution to that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enable dma</title>
		<link>http://linuxwindowsmaster.com/how-to-enable-php-function-for-one-account/comment-page-1/#comment-617</link>
		<dc:creator>enable dma</dc:creator>
		<pubDate>Sat, 06 Mar 2010 22:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=205#comment-617</guid>
		<description>[...] ... There is a option in the Bios (once you update) to enable a memory remapping function ...How to Enable PHP function for a one account ? &#124; Linux ...IF you disable PHP function in php.ini file and if you want to enable any particular function only [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8230; There is a option in the Bios (once you update) to enable a memory remapping function &#8230;How to Enable PHP function for a one account ? | Linux &#8230;IF you disable PHP function in php.ini file and if you want to enable any particular function only [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

