1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-23 09:08:51 +02:00
phorge-arcanist/support/init
Jessica Clarke 930f7e117d 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
2021-01-10 22:21:29 +00:00
..
init-arcanist.php When "ArcanistRuntime" exits with a nonzero exit code, emit that exit code 2020-02-27 06:17:02 -08:00
init-script.php Suppress PHP 8 deprecation warning in __arcanist_init_script__ 2021-01-10 22:21:29 +00:00