Friday, February 23, 2007

Changing PHP parameters when you don't have access to php.ini

If you need to change a PHP parameter but you can't change the system-wide php.ini file, you can achieve the same result by editing the appropriate .htaccess file, like this example:

php_flag register_globals off

Here's a link that explains it in details:
How to change PHP parameters when you don't have access to php.ini

No comments: