mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 06:56:33 +02:00
Remove 404 register globals PHP link
This commit is contained in:
@@ -15,5 +15,3 @@ issues as your application cannot effectively tell where the data is coming from
|
|||||||
For example: `$_GET['foo']` would be available via `$foo`, which can override variables that have been declared.
|
For example: `$_GET['foo']` would be available via `$foo`, which can override variables that have been declared.
|
||||||
|
|
||||||
If you are using PHP < 5.4.0 __make sure__ that `register_globals` is __off__.
|
If you are using PHP < 5.4.0 __make sure__ that `register_globals` is __off__.
|
||||||
|
|
||||||
* [Register_globals in the PHP manual](https://secure.php.net/security.globals)
|
|
||||||
|
Reference in New Issue
Block a user