Page MenuHomePhabricator

D11254.id27010.diff
No OneTemporary

D11254.id27010.diff

diff --git a/scripts/arcanist.php b/scripts/arcanist.php
--- a/scripts/arcanist.php
+++ b/scripts/arcanist.php
@@ -510,10 +510,14 @@
}
function die_with_bad_php($message) {
- echo phutil_console_format(
- "\n%s\n\n%s\n\n",
- pht('PHP CONFIGURATION ERRORS'),
- $message);
+ // NOTE: We're bailing because PHP is broken. We can't call any library
+ // functions because they won't be loaded yet.
+
+ echo "\n";
+ echo 'PHP CONFIGURATION ERRORS';
+ echo "\n\n";
+ echo $message;
+ echo "\n\n";
exit(1);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 15, 2:11 AM (7 h, 5 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7130172
Default Alt Text
D11254.id27010.diff (530 B)

Event Timeline