View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0023639 | mantisbt | code cleanup | public | 2017-11-15 14:38 | 2018-02-01 03:58 | 
| Reporter | atrol | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | N/A | 
| Status | closed | Resolution | fixed | ||
| Target Version | 2.9.0 | Fixed in Version | 2.9.0 | ||
| Summary | 0023639: Unneeded code for non supported old PHP versions | ||||
| Description | We require PHP >= 5.5 at the moment, but there is still code that treats older PHP versions. | ||||
| Tags | No tags attached. | ||||
| MantisBT: master 1187d005 2017-11-15 03:06 Details Diff | Remove travis web server setup for old PHP versions Issue 0023639 | Affected Issues 0023639 | |
| mod - scripts/travis_before_script.sh | Diff File | ||
| MantisBT: master 5f6292fb 2017-11-15 03:23 Details Diff | Remove finfo class existence checks As of PHP >= 5.3.0 finfo class is available [1] and enabled by default [2] [1] http://www.php.net/manual/en/class.finfo.php [2] http://www.php.net/manual/en/fileinfo.installation.php Removed all runtime checks but kept them in install/check to have an easy way to find the case where someone disabled the extension. Issue 0023639 | Affected Issues 0023639 | |
| mod - core/file_api.php | Diff File | ||
| mod - core/utility_api.php | Diff File | ||
| MantisBT: master 1254f0dd 2017-11-15 03:45 Details Diff | Remove check for PHP version < 5.3.7 Issue 0023639 | Affected Issues 0023639 | |
| mod - core/crypto_api.php | Diff File | ||
