PHP_INI_PERDIR on Windows



How do I get php.ini values that are PHP_INI_PERDIR type values changed
on a Windows server?

ini_set() won't do it, and the PHP manual says that registry changes on
the Windows server can change ini values on a per directory basis, but
not for PHP_INI_PERDIR type values (??? this seems totally strange).

Help?

.



Relevant Pages