Page MenuHomePhabricator

Fix various "strlen(null)" PHP 8.1 issues on "bin/phd" and "bin/drydock" pathways
ClosedPublic

Authored by epriestley on May 3 2022, 6:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 3:55 PM
Unknown Object (File)
Sat, Apr 20, 5:55 PM
Unknown Object (File)
Sat, Apr 20, 5:34 PM
Unknown Object (File)
Fri, Apr 19, 9:32 AM
Unknown Object (File)
Wed, Apr 17, 3:00 PM
Unknown Object (File)
Mon, Apr 15, 11:23 PM
Unknown Object (File)
Thu, Apr 11, 7:11 AM
Unknown Object (File)
Thu, Apr 11, 4:49 AM
Subscribers
Restricted Owners Package

Details

Summary

Ref T13676. Ref T13588. Fix some issues that prevent "bin/phd" and "bin/drydock" from executing under PHP 8.1, broadly because null is being passed to strlen().

Test Plan

Ran bin/phd debug task and bin/drydock ... under PHP 8.1.

Diff Detail

Repository
rP Phabricator
Branch
drydock1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25689
Build 35517: arc lint + arc unit

Event Timeline

Owners added a subscriber: Restricted Owners Package.May 3 2022, 6:10 PM
This revision was not accepted when it landed; it landed in state Needs Review.May 3 2022, 10:57 PM
This revision was automatically updated to reflect the committed changes.