Skip to content

Commit 85cf884

Browse files
committed
* Fixes for issues in CURL version 8.5.
1 parent d280b7f commit 85cf884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/curl_async.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ static void curl_async_event_start(zend_async_event_t *event)
187187
}
188188

189189
if (curl_multi_handle == NULL) {
190-
curl_multi_handle = curl_multi_init();
190+
curl_async_setup();
191191
if (curl_multi_handle == NULL) {
192192
zend_throw_exception_ex(zend_ce_error, 0, "Failed to initialize cURL multi handle");
193193
event->stop(event);

0 commit comments

Comments
 (0)