Page MenuHomePhabricator

Addressing some PHP8 incompatibilities - Misc. Applications
ClosedPublic

Authored by cspeckmim on May 29 2023, 3:50 AM.
Tags
None
Referenced Files
F18735080: D21868.diff
Tue, Sep 30, 11:28 PM
F18717622: D21868.id52164.diff
Mon, Sep 29, 2:16 PM
F18680397: D21868.id52160.diff
Fri, Sep 26, 2:39 AM
F18658037: D21868.diff
Tue, Sep 23, 4:33 AM
F18624105: D21868.id52161.diff
Mon, Sep 15, 7:00 PM
F18623916: D21868.id52163.diff
Mon, Sep 15, 6:05 PM
F18596156: D21868.diff
Sep 12 2025, 11:52 PM
F18590834: D21868.diff
Sep 12 2025, 7:18 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.