View Issue Details

IDProjectCategoryView StatusLast Update
0022237mantisbtcode cleanuppublic2017-01-31 04:02
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version2.0.1 
Target Version2.1.0Fixed in Version2.1.0 
Summary0022237: Remove references to 'register_globals'
Description

The PHP directive register_globals has been deprecated in PHP 5.3 and removed in 5.4 [1]. Since we now require PHP 5.5, references to it can be removed from the MantisBT code base.

[1] http://php.net/manual/en/security.globals.php

Additional Information

See 0022235

TagsNo tags attached.

Relationships

related to 0022235 closeddregad Setting preference "$g_register_globals" appears in documentation but not in "config_defaults_inc.php" 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 3c01d506

2017-01-23 23:31

dregad


Details Diff
Remove references to 'register_globals' directive

The PHP directive 'register_globals' has been deprecated in PHP 5.3 and
removed in 5.4 [1]. Since we now require PHP 5.5, references to it can
be removed from the MantisBT code base.

[1] http://php.net/manual/en/security.globals.php

Fixes 0022237
Affected Issues
0022237
mod - admin/check/check_php_inc.php Diff File
mod - admin/install.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/sponsorship_api.php Diff File
mod - core/user_pref_api.php Diff File