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
Unknown Object (File)
Sun, Apr 7, 5:45 AM
Unknown Object (File)
Sat, Apr 6, 4:19 AM
Unknown Object (File)
Fri, Apr 5, 2:37 PM
Unknown Object (File)
Mon, Apr 1, 4:27 PM
Unknown Object (File)
Mon, Apr 1, 1:52 PM
Unknown Object (File)
Sat, Mar 30, 10:17 AM
Unknown Object (File)
Mon, Mar 25, 9:50 AM
Unknown Object (File)
Mar 17 2024, 9:56 AM
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
Test Failures
Build Status
Buildable 25622
Build 35447: Run Core Tests
Build 35446: arc lint + arc unit

Unit TestsFailed

TimeTest
69 msPhabricatorHandlePoolTestCase::testHandlePools
EXCEPTION (PhutilAggregateException): All storage engines failed to write file: - PhabricatorMySQLFileStorageEngine: RuntimeException: strlen(): Passing null to parameter #1 ($string) of type string is deprecated - PhabricatorS3FileStorageEngine: RuntimeException: strlen(): Passing null to parameter #1 ($string) of type string is deprecated
0 msAlmanacNamesTestCase::testServiceOrDeviceNames
30 assertions passed.
0 msAlmanacServiceTypeTestCase::testGetAllServiceTypes
1 assertion passed.
0 msAphrontHTTPHeaderParserTestCase::testHeaderParser
18 assertions passed.
0 msAphrontHTTPSinkTestCase::testHTTPHeaderNames
2 assertions passed.
View Full Test Results (1 Failed · 455 Passed · 2 Skipped)

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.