From a0352f21384a641a6cb3e27af804a903ea5368ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Fri, 9 Sep 2022 16:17:55 +0200 Subject: [PATCH] Redirect curl_file_create() to CURLFile::__construct() (#696) --- error.php | 1 + 1 file changed, 1 insertion(+) diff --git a/error.php b/error.php index d9dab0c54..c553dfc14 100644 --- a/error.php +++ b/error.php @@ -290,6 +290,7 @@ $manual_redirections = [ 'oci-collection.max' => 'ocicollection.max', 'oci-collection.size' => 'ocicollection.size', 'oci-collection.trim' => 'ocicollection.trim', + 'function.curl-file-create' => 'curlfile.construct', ]; if (preg_match("!^manual/([^/]+)/([^/]+)$!", $URI, $match) && isset($manual_redirections[$match[2]])) {