Page MenuHomePhabricator

Suppress PHP 8 deprecation warning in startup
ClosedPublic

Authored by 0 on Jul 21 2021, 12:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:05 AM
Unknown Object (File)
Sat, Apr 6, 12:11 PM
Unknown Object (File)
Sat, Mar 30, 8:41 PM
Unknown Object (File)
Sat, Mar 30, 10:10 AM
Unknown Object (File)
Feb 11 2024, 3:48 PM
Unknown Object (File)
Feb 4 2024, 1:16 AM
Unknown Object (File)
Jan 27 2024, 10:05 AM
Unknown Object (File)
Jan 15 2024, 10:10 PM
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