- For auto_detect_line_endings issue, consider using .htaccess as it is stated in the installation page.
- I don't think register_globals will turned be on. Actually, register_globals is consider as a security leak by PHP itself and it is removed in upcoming version.
I suggest you NOT to use any script that rely on register_globals.