mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02:00
While the function name starts with curl_multi_*, the function actually accepts a CurlHandle. As such, it should also use just $handle as the parameter name. Closes GH-6435.