Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Directive 'register_globals' is deprecated in PHP 5.3 and greater #184

Closed
dokotor opened this issue Dec 23, 2013 · 1 comment
Closed

Directive 'register_globals' is deprecated in PHP 5.3 and greater #184

dokotor opened this issue Dec 23, 2013 · 1 comment

Comments

@dokotor
Copy link

dokotor commented Dec 23, 2013

This kind of error appears from time to time

@globule
Copy link

globule commented Jun 12, 2015

Insert in your index.php
if (ini_get('register_globals')) { ini_set('register_globals', '0'); }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants