aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/startup.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10420] Update includes/startup.php for PHP 5.4.Andreas Fischer2011-10-181-2/+2
| | | | | | | | | PHP 5.4 dropped support for register globals and magic quotes. Calling set_magic_quotes_runtime() on PHP 5.4 actually results in an E_CORE_ERROR error. PHPBB3-10420
* [ticket/7729] Prevent date/time functions from throwing E_WARNING on PHP 5.3.Andreas Fischer2011-06-251-0/+28
| | | | PHPBB3-7729
* [ticket/10218] Prevent startime from being overwritten by deregister_globals()Yuriy Rusko2011-06-151-2/+3
| | | | PHPBB3-10218
* [ticket/10218] Moving global deregistration, etc. to startup.phpYuriy Rusko2011-06-141-0/+121
Because startup.php deletes all variables, the constants in database_update are used to preserve settings at the top. PHPBB3-10218