Page MenuHomePhabricator

Suppress PHP 8 deprecation warning in startup
ClosedPublic

Authored by 0 on Jul 21 2021, 12:54 AM.
Tags
None
Referenced Files
F18209954: D21701.id51682.diff
Mon, Aug 18, 11:42 PM
F18208130: D21701.id51681.diff
Mon, Aug 18, 8:02 PM
F18194402: D21701.id.diff
Sun, Aug 17, 9:52 AM
F18189168: D21701.diff
Sat, Aug 16, 9:36 PM
F18106579: D21701.id.diff
Sun, Aug 10, 11:09 PM
F17868655: D21701.diff
Jul 28 2025, 8:14 AM
F17738056: D21701.id51681.diff
Jul 20 2025, 10:36 PM
Unknown Object (File)
Jun 26 2025, 10:36 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable