Modifying php.ini

Modifying php.ini

am 18.10.2007 02:06:33 von undbund

How do you turn off local values in PHP?

Re: Modifying php.ini

am 18.10.2007 05:36:38 von Jerry Stuckle

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
==================

Re: Modifying php.ini

am 18.10.2007 11:08:07 von Erwin Moller

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

Re: Modifying php.ini

am 21.10.2007 13:12:36 von AnrDaemon

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