views:

274

answers:

1

Hi all,

For IIS (5.0 or higher), are there alternatives to apache's .htaccess directives php_flag and php_value to set PHP_INI_PERDIR config values?

Thanks.

+2  A: 

Unfortunately, it seems that PHP_INI_PERDIR values cannot be modified (only PHP_INI_USER can). Here is the official information from php.net regarding changes of PHP configuration on Windows:

http://www.php.net/manual/en/configuration.changes.php#configuration.changes.windows

Oliver