Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IIS: .htaccess php_flag / php_value alternative?

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.

like image 557
Decent Dabbler Avatar asked Sep 17 '09 00:09

Decent Dabbler


1 Answers

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

like image 87
Oliver Maksimovic Avatar answered Oct 12 '22 15:10

Oliver Maksimovic