Author: Máté Kocsis (kocsismate) Committer: GitHub (web-flow) Pusher: kocsismate Date: 2022-09-09T16:17:55+02:00
Commit: https://github.com/php/web-php/commit/a0352f21384a641a6cb3e27af804a903ea5368ee Raw diff: https://github.com/php/web-php/commit/a0352f21384a641a6cb3e27af804a903ea5368ee.diff Redirect curl_file_create() to CURLFile::__construct() (#696) Changed paths: M error.php Diff: diff --git a/error.php b/error.php index d9dab0c54..c553dfc14 100644 --- a/error.php +++ b/error.php @@ -290,6 +290,7 @@ '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]])) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php