Andreas Fischer
cd184e4912
[ticket/10420] Update includes/startup.php for PHP 5.4.
...
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
2011-10-18 21:16:42 +02:00
Andreas Fischer
9f3b159998
[ticket/7729] Prevent date/time functions from throwing E_WARNING on PHP 5.3.
...
PHPBB3-7729
2011-06-25 17:42:52 +02:00
Yuriy Rusko
4bb98fb046
[ticket/10218] Prevent startime from being overwritten by deregister_globals()
...
PHPBB3-10218
2011-06-15 00:50:12 -04:00
Yuriy Rusko
f8eb154714
[ticket/10218] Moving global deregistration, etc. to startup.php
...
Because startup.php deletes all variables, the constants in
database_update are used to preserve settings at the top.
PHPBB3-10218
2011-06-14 06:11:35 -04:00