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)
Wed, Nov 20, 5:39 PM
Unknown Object (File)
Wed, Nov 20, 5:39 PM
Unknown Object (File)
Wed, Oct 23, 10:22 AM
Unknown Object (File)
Wed, Oct 23, 9:28 AM
Unknown Object (File)
Wed, Oct 23, 9:28 AM
Unknown Object (File)
Oct 22 2024, 1:45 PM
Unknown Object (File)
Oct 22 2024, 1:16 PM
Unknown Object (File)
Oct 16 2024, 9:33 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