Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15412062
D10650.id25580.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
508 B
Referenced Files
None
Subscribers
None
D10650.id25580.diff
View Options
diff --git a/src/future/http/HTTPSFuture.php b/src/future/http/HTTPSFuture.php
--- a/src/future/http/HTTPSFuture.php
+++ b/src/future/http/HTTPSFuture.php
@@ -545,7 +545,7 @@
// In 5.5.0 and later, we can use CURLFile. Prior to that, we have to
// use this "@" stuff.
- if (class_exists('CURLFile')) {
+ if (class_exists('CURLFile', false)) {
$file_value = new CURLFile((string)$tmp, $info['mime'], $info['name']);
} else {
$file_value = '@'.(string)$tmp;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 11:05 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7381875
Default Alt Text
D10650.id25580.diff (508 B)
Attached To
Mode
D10650: Set autoload to false on CURLFile in HTTPSFuture
Attached
Detach File
Event Timeline
Log In to Comment