Answers: (Choose 4)
- safe_mode
- magic_quotes_gpc
- register_globals
- display_errors
- allow_url_fopen
Answers: (Choose 4)
Your application's security should be improved in your applications code.
safe_mode will limit your applications functionality.
magic_quotes_gpc should be managed by your code in both ways
register_globs should be always disabled.
allow_url_fopen can be disabled if you never open url's in your PHP, but again - it's about applications code.