Page MenuHomePhabricator

Addressing some PHP8 incompatibilities - Misc. Applications
ClosedPublic

Authored by cspeckmim on May 29 2023, 3:50 AM.
Tags
None
Referenced Files
F12198010: D21868.diff
Thu, Sep 28, 10:27 AM
F12193926: D21868.diff
Sun, Sep 24, 7:06 AM
F12192749: D21868.diff
Sat, Sep 23, 3:04 AM
F12191222: D21868.diff
Thu, Sep 21, 11:58 PM
F12179610: D21868.diff
Tue, Sep 12, 3:42 AM
F12178416: D21868.id.diff
Mon, Sep 11, 9:57 AM
F12162495: D21868.diff
Wed, Sep 6, 8:20 PM
F12153909: D21868.diff
Sep 4 2023, 3:47 AM
Subscribers

Details

Summary

Browsing through all other non-prototype applications and using them a bit to track down PHP8 incompatibilities.

Refs T13588

Test Plan

I tried basic usage of the following applications which found & fixed:

  • Almanac, creating resources, networks, services, etc.
  • Drydock, creating blue prints
  • Pholio mocks
  • Setting up TOTP MFA
  • Phame blog and post
  • Creating default Space
  • Creating and signing a legalpad document
  • Creating a conpherence room

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cspeckmim held this revision as a draft.

Found a few incompatibilities with Conpherence

Ran all unit tests, found a few more PHP8 incompatibilities with mail.

cspeckmim edited the summary of this revision. (Show Details)
epriestley added inline comments.
src/applications/metamta/exception/PhabricatorMetaMTAReceivedMailProcessingException.php
17

(This requires PHP 5.5, but so does Phabricator after T13492, so this should be fine.)

This revision is now accepted and ready to land.May 29 2023, 4:28 AM
src/applications/metamta/exception/PhabricatorMetaMTAReceivedMailProcessingException.php
17

buh - the error I got from this led me to https://php.watch/versions/8.2/partially-supported-callable-deprecation. The backwards-compat notice at the bottom mentions ::class notation is available in 5.3+. I tried messing around with this in https://3v4l.org/E9eTR#v5.4.0 but nothing immediately stood out to me as functional in both 5.4 and 8.2.