Ref T13518. See https://discourse.phabricator-community.org/t/more-exceptions-when-viewing-diffs/3789/. Under PHP 7.4, accessing an array index of values like false and null is no longer valid. This is great, but we occasionally do it.
Details
Details
- Upgraded to PHP 7.4.
- Loaded revisions with added/changed lines, inlines, and Asana support configured.
- Before patch: saw various fatals around accessing indexes of booleans and nulls.
- After patch: clean revision.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- php74
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 24232 Build 33375: Run Core Tests Build 33374: arc lint + arc unit