HomePhabricator

Suppress PHP 8 deprecation warning in __arcanist_init_script__

Description

Suppress PHP 8 deprecation warning in arcanist_init_script

Summary:
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: Used to create this revision with PHP 8 on macOS

Reviewers: epriestley, Blessed Reviewers

Reviewed By: epriestley, Blessed Reviewers

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D21497

Details

Provenance
jrtc27Authored on Jan 10 2021, 10:21 PM
industryPushed on Jan 10 2021, 10:21 PM
Reviewer
Blessed Reviewers
Differential Revision
D21497: Suppress PHP 8 deprecation warning in __arcanist_init_script__
Parents
rARC3ab2b407db4a: Remove final from private functions for PHP 8 compatibility
Branches
Unknown
Tags
Unknown
Build Status
Buildable 24980
Build 34470: Run Core Tests