Page MenuHomePhorge

Fix PHP 8.1 "strlen(null)" exception in ManiphestTaskPointsTransaction
ClosedPublic

Authored by aklapper on Aug 5 2024, 11:43.
Tags
None
Referenced Files
F3518862: D25765.1744812713.diff
Tue, Apr 15, 14:11
F3422233: D25765.1744635588.diff
Sun, Apr 13, 12:59
F3422216: D25765.1744634588.diff
Sun, Apr 13, 12:43
F3391305: D25765.1744475777.diff
Fri, Apr 11, 16:36
F3387549: D25765.1744437853.diff
Fri, Apr 11, 06:04
F3372607: D25765.1744250529.diff
Wed, Apr 9, 02:02
F3372491: D25765.1744250061.diff
Wed, Apr 9, 01:54
F3372168: D25765.1744248806.diff
Wed, Apr 9, 01:33

Details

Summary

strlen() was used in Phabricator to check if a generic value is a non-empty string.
This behavior is deprecated since PHP 8.1. Phorge adopts phutil_nonempty_string() as a replacement.

Note: this may highlight other absurd input values that might be worth correcting
instead of just ignoring. If phutil_nonempty_string() throws an exception in your
instance, report it to Phorge to evaluate and fix that specific corner case.

ERROR 8192: strlen(): Passing null to parameter #1 ($string) of type string is deprecated at [/var/www/html/phorge/phorge/src/applications/maniphest/xaction/ManiphestTaskPointsTransaction.php:85]

Closes T15902

Test Plan

Unclear due to lack of steps to reproduce.

Diff Detail

Repository
rP Phorge
Branch
T15902strlenPoints
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1500
Build 1500: arc lint + arc unit