can php.ini settings overridden website controlling php + iis6?
we have php 5.2.6 deployed c:\php folder there php.ini file. windows, website overrule settings identical proceed apache .htaccess? e.g.
directoryindex index.php index.html
<ifmodule mod_php5.c>
php_flag magic_quotes_gpc off
php_flag register_globals off
</ifmodule>
<ifmodule mod_php4.c>
php_flag magic_quotes_gpc off
php_flag register_globals off
</ifmodule>
update:
i wakeful ini_set() nonetheless wondered there declarative proceed settlement record website rather script.
Comments
Post a Comment