Connecting Tech Pros Worldwide Forums | Help | Site Map

Modifying php.ini

undbund
Guest
 
Posts: n/a
#1: Oct 18 '07
How do you turn off local values in PHP?


Jerry Stuckle
Guest
 
Posts: n/a
#2: Oct 18 '07

re: Modifying php.ini


undbund wrote:
Quote:
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
==================

Erwin Moller
Guest
 
Posts: n/a
#3: Oct 18 '07

re: Modifying php.ini


Jerry Stuckle wrote:
Quote:
undbund wrote:
Quote:
>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
AnrDaemon
Guest
 
Posts: n/a
#4: Oct 21 '07

re: Modifying php.ini


Greetings, undbund.
In reply to Your message dated Thursday, October 18, 2007, 04:06:33,

uHow 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 <anrdaemon@freemail.ru>

Closed Thread