Page MenuHomePhabricator

D10650.diff
No OneTemporary

D10650.diff

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

Mime Type
text/plain
Expires
Wed, Mar 19, 3:04 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7381875
Default Alt Text
D10650.diff (508 B)

Event Timeline