Skip to content

Commit a0352f2

Browse files
authored
Redirect curl_file_create() to CURLFile::__construct() (#696)
1 parent b8c35de commit a0352f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

error.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
'oci-collection.max' => 'ocicollection.max',
291291
'oci-collection.size' => 'ocicollection.size',
292292
'oci-collection.trim' => 'ocicollection.trim',
293+
'function.curl-file-create' => 'curlfile.construct',
293294
];
294295

295296
if (preg_match("!^manual/([^/]+)/([^/]+)$!", $URI, $match) && isset($manual_redirections[$match[2]])) {

0 commit comments

Comments
 (0)