1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 04:02:43 +01:00
phorge-phorge/src/applications/conduit/controller
sten 4cedb928aa Fix arc patch PHP 8.1 strlen(null) error
Summary:
Fix arc patch PHP 8.1 strlen(null) error.

When doing an 'arc patch Dxxxx' against a diff on a PHP 8.1 Phorge server we get a strlen(null) error.
Updating the idx call to provide a default empty string resolves it.
Providing a default empty string to

Fixes T15571

Test Plan: arc patch Dxxxx

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

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

Maniphest Tasks: T15571

Differential Revision: https://we.phorge.it/D25364
2023-07-29 17:36:13 +01:00
..
PhabricatorConduitAPIController.php Fix arc patch PHP 8.1 strlen(null) error 2023-07-29 17:36:13 +01:00
PhabricatorConduitConsoleController.php Show the API summary on the top of each Conduit API page 2023-02-11 11:11:20 +01:00
PhabricatorConduitController.php Remove or correct various "phabricator/" references to "libphutil" 2021-03-16 10:28:07 -07:00
PhabricatorConduitListController.php Update Conduit for handleRequest 2015-10-18 16:07:07 -07:00
PhabricatorConduitLogController.php Move ConduitLogs to ApplicationSearch 2015-12-14 14:45:08 -08:00
PhabricatorConduitTokenController.php Update Conduit for new UI 2016-04-04 16:39:23 -07:00
PhabricatorConduitTokenEditController.php Remove product literal strings in "pht()", part 14 2022-04-25 16:46:24 -07:00
PhabricatorConduitTokenHandshakeController.php Add conduit.getcapabilities and a modern CLI handshake workflow 2014-12-15 11:14:53 -08:00
PhabricatorConduitTokenTerminateController.php Clean up redirect URIs for "Temporary Tokens" and "API Tokens" settings panels 2016-06-28 14:51:04 -07:00