Page MenuHomePhabricator

Suppress PHP 8 deprecation warning in startup
ClosedPublic

Authored by 0 on Jul 21 2021, 12:54 AM.
Tags
None
Referenced Files
F15184267: D21701.id51681.diff
Thu, Feb 20, 12:52 PM
F15179699: D21701.id51682.diff
Wed, Feb 19, 3:52 PM
F15179697: D21701.id51681.diff
Wed, Feb 19, 3:52 PM
F15179695: D21701.id.diff
Wed, Feb 19, 3:52 PM
Unknown Object (File)
Sun, Feb 16, 6:36 PM
Unknown Object (File)
Mon, Feb 3, 6:08 PM
Unknown Object (File)
Mon, Feb 3, 3:59 AM
Unknown Object (File)
Tue, Jan 28, 8:21 AM
Subscribers

Details

Summary

Ref T13588. See D21497. As of PHP 8, the XML entity loader is disabled by default and the libxml_disable_entity_loader function is deprecated. Thus suppress the deprecation warning for now; we could skip the function call, but this is safer.

Test Plan
  • Still works with PHP 7.
  • No more deprecation message with PHP 8.

Diff Detail

Repository
rP Phabricator
Branch
libxml-deprecation
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25484
Build 35234: Run Core Tests
Build 35233: arc lint + arc unit