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)
Sat, Mar 23, 8:09 PM
Unknown Object (File)
Tue, Mar 19, 5:16 PM
Unknown Object (File)
Sat, Mar 16, 11:43 AM
Unknown Object (File)
Feb 15 2024, 1:03 AM
Unknown Object (File)
Feb 13 2024, 8:17 PM
Unknown Object (File)
Feb 13 2024, 4:28 PM
Unknown Object (File)
Feb 12 2024, 1:37 AM
Unknown Object (File)
Feb 4 2024, 1: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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.