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
F15505659: D21744.diff
Tue, Apr 15, 4:43 AM
F15499278: D21744.id51830.diff
Sun, Apr 13, 2:47 PM
F15492853: D21744.id51834.diff
Sat, Apr 12, 6:57 PM
F15492803: D21744.id51829.diff
Sat, Apr 12, 6:31 PM
F15491493: D21744.id51837.diff
Sat, Apr 12, 4:15 AM
F15491412: D21744.id51838.diff
Sat, Apr 12, 3:07 AM
F15491245: D21744.id51832.diff
Sat, Apr 12, 12:47 AM
F15491122: D21744.id51830.diff
Fri, Apr 11, 11:46 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
Branch
php81
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25623
Build 35449: Run Core Tests
Build 35448: arc lint + arc unit

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.