Oh! I think "magic_quotes_gpc off" IS a php_flag name (boolean) isn't it?
Duh! Well that's what I get for being a newbie. *blush* It still doesn't
work though. I get the server error page when I include .htaccess with
magic_quotes_gpc off. I guess I need to email my server admin and ask them
to set me up. What do I need to ask for specifically?
----- Original Message -----
From: "Stanton Max Finley" <[EMAIL PROTECTED]>
To: "FreeTrade" <[EMAIL PROTECTED]>
Sent: Sunday, June 25, 2000 12:30 PM
Subject: [FreeTrade] PHP 4.0 and magic_quotes_gpc
> With PHP 3.0, there are Apache directives that correspond to each
> configuration setting in the php3.ini name, except the name is prefixed by
> "php3_".
>
> With PHP 4.0, there are just a few Apache directives that allow you to
> change the PHP configuration settings. namely:
>
>
>
> php_value name value (This sets the value of the specified variable.)
>
> php_flag name on|off (This is used to set a Boolean configuration option.)
>
> php_admin_value name value (This sets the value of the specified variable.
> "Admin" configuration settings can only be set from within the main Apache
> configuration files, and not from .htaccess files.)
>
> php_admin_flag name on|off (This is used to set a Boolean configuration
> option.)
>
>
>
> This presents a problem for users who's servers have upgraded from PHP 3.0
> to 4.0 (such as mine), who don't have access to configure Apache (such as
> myself) and who have thus set php3_magic_quotes_gpc off in their local
> accessible .htaccess file for the freetrade directory tree.
>
> Anybody got any ideas?
>
>
>
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Site: http://www.working-dogs.com/freetrade/
> Problems?: [EMAIL PROTECTED]
>
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]