Page MenuHomePhabricator

Fix a PHP 8.1 strlen() issue with "mysql.pass" configuration
ClosedPublic

Authored by epriestley on Dec 16 2021, 11:07 PM.
Tags
None
Referenced Files
F18652193: D21744.id51837.diff
Sun, Sep 21, 7:02 AM
F18651642: D21744.id51831.diff
Sun, Sep 21, 4:55 AM
F18650557: D21744.id51838.diff
Sun, Sep 21, 1:03 AM
F18650079: D21744.id51835.diff
Sat, Sep 20, 11:23 PM
F18650043: D21744.id51834.diff
Sat, Sep 20, 11:11 PM
F18650040: D21744.id51830.diff
Sat, Sep 20, 11:11 PM
F18596333: D21744.id51835.diff
Sat, Sep 13, 12:26 AM
F18587784: D21744.id51834.diff
Thu, Sep 11, 10:23 PM
Subscribers
None

Details

Summary

Ref T13588. This configuration value may not be set.

Also fix an issue in bin/storage and whatever else I hit between now and this diff actually uploading.

Also fix a MySQLi report mode difference, beginning in PHP 8.1.

Also update a bunch of "static" property usage in Lisk.

Test Plan

Ran bin/files ... locally under PHP 8.1.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Add annotations for interfaces implemented by PhabricatorHandleList.
  • Fix a strlen() in query construction.
  • Correct behavior in query clause construction.
  • Fix a piece of user initializing code for PHP 8.1.
  • Fix a PHP 8.1 issue in user querying.
  • Fix a PHP 8.1 check in local disk storage engine code.
  • Fix a PHP 8.1 issue in application search code.
  • Fix another random PHP 8.1 issue.
This revision was not accepted when it landed; it landed in state Needs Review.Dec 16 2021, 11:24 PM
This revision was automatically updated to reflect the committed changes.