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]

Reply via email to