1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-30 02:32:42 +01:00
phorge-phorge/src/applications/meta/controller
Andre Klapper d74e9d825a Fix PHP 8.1 "strlen(null)" exception which blocks rendering most applications' Configure pages
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.

Added also a small inline documentation to better leave what I find.

Closes T15358

Test Plan:
Applied this change change and way more applications' Configure pages finally rendered in web browser.
For example, `/applications/view/PhabricatorAuditApplication/` is now correctly rendered.
(However, some pages expose followup exceptions to be handled in separate tasks.)

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15358

Differential Revision: https://we.phorge.it/D25197
2023-05-08 13:23:31 +02:00
..
PhabricatorApplicationDetailViewController.php Fix PHP 8.1 "strlen(null)" exception which blocks rendering most applications' Configure pages 2023-05-08 13:23:31 +02:00
PhabricatorApplicationEditController.php In Applications, always redirect back to the detail page after edits 2017-05-14 14:01:01 -07:00
PhabricatorApplicationEmailCommandsController.php Remove product literal strings in "pht()", part 20 2022-04-25 16:46:25 -07:00
PhabricatorApplicationPanelController.php Update Meta for new UI 2016-04-01 14:13:16 -07:00
PhabricatorApplicationsController.php Generate mail command documentation from active commands 2015-04-01 11:51:47 -07:00
PhabricatorApplicationsListController.php Update Meta for handleRequest 2015-08-10 09:08:33 -07:00
PhabricatorApplicationUninstallController.php Remove product literal strings in "pht()", part 6 2022-04-25 12:22:28 -07:00