mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
06c4a501fd
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.