[DOC-CVS] [doc-en] master: ext/curl: CURLOPT_TCP_KEEPCNT instead of CURL_TCP_KEEPCNT (#5684)
[email protected] (Sjoerd Langkemper via GitHub) Thu, 16 Jul 2026 17:41:09 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Sjoerd Langkemper (Sjord)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-07-16T19:41:06+02:00
Commit: https://github.com/php/doc-en/commit/d0ac0a55fc0606f0c0c2f0b277d7d38699cc025a
Raw diff: https://github.com/php/doc-en/commit/d0ac0a55fc0606f0c0c2f0b277d7d38699cc025a.diff
ext/curl: CURLOPT_TCP_KEEPCNT instead of CURL_TCP_KEEPCNT (#5684)
CURL_TCP_KEEPCNT does not exist and CURLOPT_TCP_KEEPCNT does, so this seems
like a mistake.
Changed paths:
M appendices/migration84/constants.xml
Diff:
diff --git a/appendices/migration84/constants.xml b/appendices/migration84/constants.xml
index a00cd7af282e..58e719a49a72 100644
--- a/appendices/migration84/constants.xml
+++ b/appendices/migration84/constants.xml
@@ -26,7 +26,7 @@
<constant>CURL_HTTP_VERSION_3ONLY</constant>
</member>
<member>
- <constant>CURL_TCP_KEEPCNT</constant>
+ <constant>CURLOPT_TCP_KEEPCNT</constant>
</member>
<member>
<constant>CURLOPT_PREREQFUNCTION</constant>