Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Gleb SinkovskiyGleb SinkovskiyChange Log Group
FixedChange Log Message
Make code 100% compatible with PHP 7.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Commit Revision
16,226Story Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Gleb Sinkovskiy
Gleb SinkovskiyChange Log Group
Fixed
Change Log Message
Make code 100% compatible with PHP 7.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Commit Revision
16,226
Story Points
1
Fix versions
Created May 30, 2015 at 9:47 PM
Updated December 29, 2024 at 11:27 PM
Resolved September 1, 2015 at 8:21 AM
Fix occurrences of following:
usages of
$this->$property['prop']
(e.g. in kDBList)usage of references inside foreach
classes having method named the same as class name (the PHP4 constructor) are now deprecated
usage of $HTTP_RAW_POST_DATA