| Can I turn register_globals on? |
| User Opinions |
33%
66%
(6 votes)
|
|
Thank you for rating this answer.
|
Globally, we have the register_globals PHP parameter set to OFF.
You can turn it on by creating your own php.ini file in the directory that holds your PHP files. Keep in mind that a
php.ini does not recurse down into subdirectories, so you will need to create one in every directory.
We also suggest that you copy our global php.ini values over to your
php.ini. If you try to make your own php.ini with only a few values in
it, it will not adopt the values from the global php.ini and you may be left without Zend optimizer and other improvements we have made to PHP.
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|