ACHECKER-5: Removing Deprecated Call-By-Reference PHP Codes

Metadata

Source
ACHECKER-5
Type
Sub-task
Priority
Major
Status
Done
Resolution
Done
Assignee
Victor Alagwu
Reporter
Victor Alagwu
Created
2018-05-08T18:42:15.888-0400
Updated
2018-07-17T13:21:36.914-0400
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

1. PHP 5.4 removes the use of call by reference;
2. According to PHP docs: "Old style constructors are DEPRECATED in PHP 7.0, and will be removed in a future version". You should always use __construct() in new code.