View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0025129 | mantisbt | code cleanup | public | 2018-12-29 08:40 | 2019-12-10 11:46 |
| Reporter | dregad | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Target Version | 1.3.17 | Fixed in Version | 1.3.17 | ||
| Summary | 0025129: Remove usage of deprecated function __autoload | ||||
| Description | __autoload has been deprecated as of PHP 7.2 [1][2] We have an implementation of function __autoload in core.php. I had a short look at it and found that we are using __autoload and spl_autoload_register. I have no time to have a deeper look at the moment, maybe we have just to rename __autoload and use it as parameter for spl_autoload_register. [1] http://php.net/manual/en/migration72.deprecated.php | ||||
| Additional Information | This is a clone of 0023710 to keep track of backporting the fix to 1.3.x branch | ||||
| Tags | No tags attached. | ||||