Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13986740
D14523.id35126.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
441 B
Referenced Files
None
Subscribers
None
D14523.id35126.diff
View Options
diff --git a/scripts/update_compat_info.php b/scripts/update_compat_info.php
--- a/scripts/update_compat_info.php
+++ b/scripts/update_compat_info.php
@@ -11,6 +11,10 @@
$target,
'ArcanistXHPASTLinter'));
+// Register a dummy autoloader as a workaround for T1116.
+function ignore() {}
+spl_autoload_register('ignore');
+
// PHP CompatInfo is installed via Composer.
//
// You should symlink the Composer vendor directory to
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Oct 22, 5:11 AM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6740612
Default Alt Text
D14523.id35126.diff (441 B)
Attached To
Mode
D14523: Don't throw `PhutilMissingSymbolException` from `class_exists` or `interface_exists`
Attached
Detach File
Event Timeline
Log In to Comment