Modifying php.ini
am 18.10.2007 02:06:33 von undbundHow do you turn off local values in PHP?
How do you turn off local values in PHP?
undbund wrote:
> How do you turn off local values in PHP?
>
>
What do you mean by "local values"?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Jerry Stuckle wrote:
> undbund wrote:
>> How do you turn off local values in PHP?
>>
>>
>
> What do you mean by "local values"?
>
Maybe (just maybe) undbund means overiding php.ini settings/values by
means of a .htaccess file in Apache.
Like AllowOverride ALL
If so, have a look at AllowOverride option in your VirtualHost settings.
Be careful though, if people can upload files to your public_html, they
can change php's behaviour in many unwanted ways, because they control
php.ini totally if you allow it.
Regards,
Erwin Moller
Greetings, undbund.
In reply to Your message dated Thursday, October 18, 2007, 04:06:33,
u> How do you turn off local values in PHP?
Put php_admin_value/php_admin_flag strings into Your directory configuration
block in httpd.conf. (If it what I'm thinking about)
--
Sincerely Yours, AnrDaemon