Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/10420] Update includes/startup.php for PHP 5.4. | Andreas Fischer | 2011-10-18 | 1 | -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 Fischer | 2011-06-25 | 1 | -0/+28 |
| | | | | PHPBB3-7729 | ||||
* | [ticket/10218] Prevent startime from being overwritten by deregister_globals() | Yuriy Rusko | 2011-06-15 | 1 | -2/+3 |
| | | | | PHPBB3-10218 | ||||
* | [ticket/10218] Moving global deregistration, etc. to startup.php | Yuriy Rusko | 2011-06-14 | 1 | -0/+121 |
Because startup.php deletes all variables, the constants in database_update are used to preserve settings at the top. PHPBB3-10218 |