mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 23:21:33 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10420] Update includes/startup.php for PHP 5.4.
This commit is contained in:
@@ -97,8 +97,8 @@ function deregister_globals()
|
|||||||
unset($input);
|
unset($input);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we are on PHP >= 6.0.0 we do not need some code
|
// Register globals and magic quotes have been dropped in PHP 5.4
|
||||||
if (version_compare(PHP_VERSION, '6.0.0-dev', '>='))
|
if (version_compare(PHP_VERSION, '5.4.0-dev', '>='))
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @ignore
|
* @ignore
|
||||||
|
Reference in New Issue
Block a user