mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
e49d732a83
* curl: Prevent a CurlMultiHandle from holding onto a CurlHandle if `add_handle` fails As a user I expect `curl_multi_add_handle` to not have any effect if it returns an error and I specifically do not expect that it would be necessary to call `curl_multi_remove_handle`. * NEWS