Skip to content

[Sync-En] curl: document curl_errno/curl_error behavior with multi handles - #1087

Merged
julionc merged 2 commits into
php:masterfrom
lacatoire:sync-en/1078-curl-errno-error-multi
Aug 26, 2026
Merged

[Sync-En] curl: document curl_errno/curl_error behavior with multi handles#1087
julionc merged 2 commits into
php:masterfrom
lacatoire:sync-en/1078-curl-errno-error-multi

Conversation

@lacatoire

Copy link
Copy Markdown
Member

Closes #1078

Syncs with php/doc-en@ff7a005

  • curl-errno.xml: add note that curl_errno() always returns 0 when handle was executed via curl_multi_exec(); add curl_multi_info_read to seealso
  • curl-error.xml: add note that curl_error() always returns empty string when handle was executed via curl_multi_exec(); add curl_strerror and curl_multi_info_read to seealso

@julionc
julionc merged commit cc9024a into php:master Aug 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Sync EN] Document curl_errno/curl_error behavior with multi handles (#5233)

2 participants