Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14919067
D11254.id27010.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
530 B
Referenced Files
None
Subscribers
None
D11254.id27010.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11254: Don't try to call library functions during arc sanity checking
Attached
Detach File
Event Timeline
Log In to Comment