PHP setting register_globals

(2 posts) (2 voices)

Tags:

No tags yet.

  1. When I try to run the installation of mydbr I get the following message:
    PHP setting register_globals is set on in server configuration. Please set this off.
    The application is hosted by a provider and I hav no access to any server configuration setting.
    Can you help?

  2. myDBR Team, Key Master

    Having register_globals set on in general is not considered a good thing due security reasons. This is also the reason we do not support it.

    You might want to ask your service provider if they might consider turning register_globals off. The register_globals-setting is deprecated in PHP 5.3.0 and will be removed in PHP 6.0.

    You can usually turn it off in .htaccess-file with following entry:

    php_flag register_globals off

    --
    myDBR Team


Reply

You must log in to post.