This change fixes a RuntimeException for passing null to strlen() when setting up the DB host parameter
Closes T15260
Differential D25129
Fix PHP 8.1 "strlen(null)" exception in PhutilOpaqueEnvelope.php aklapper on Apr 21 2023, 17:35. Authored by Tags None Referenced Files
Tokens
Details
This change fixes a RuntimeException for passing null to strlen() when setting up the DB host parameter Closes T15260 I was able to run "./bin/config set mysql.host "localhost"" successfully
Diff Detail
Event TimelineComment Actions Thanks for accepting. As I have been puzzled by arc for many years now, is there a way to merge via the web UI? arc land D25129 on a shell tells me that Branch "D25129" does not exist in the local working copy, likely because I've reset stuff here. Comment Actions There is no way to merge from the web UI. You don't need to pass the differential revision ID to the command like you've done above: arc land D25129. This is wrong because the first argument to arc land is the branch you want to land changes from. To land changes, run the command arc land on the branch with the accepted changes. If you no longer have the changes, you can run arc patch D25129 to download the changes to a new branch, and then run arc land on that branch.
Comment Actions Just for a point of clarification, Phorge can be configured to support landing revisions from the Web UI https://we.phorge.it/book/phorge/article/differential_land/ Whether or not we want to enable this for this Phorge install might be a separate discussion, but, this capability does exist Comment Actions Sorry but at the moment it seems we have not enabled git authentication over HTTP. I have this workaround for you:
Thank you so much Comment Actions ihih thank you for your patience with our beloved and dear brand-new Phorge instance :D |