[DOC-CVS] [doc-en] master: curl_share_close: add changelog for NOP and deprecation (#5249)
[email protected] (Daniel Scherzer via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Daniel Scherzer (DanielEScherzer)
Committer: GitHub (web-flow)
Pusher: DanielEScherzer
Date: 2026-02-11T21:07:40-08:00
Commit: https://github.com/php/doc-en/commit/29c3d13980c8b29b700afd85c916e064638a7944
Raw diff: https://github.com/php/doc-en/commit/29c3d13980c8b29b700afd85c916e064638a7944.diff
curl_share_close: add changelog for NOP and deprecation (#5249)
Changed paths:
M reference/curl/functions/curl-share-close.xml
Diff:
diff --git a/reference/curl/functions/curl-share-close.xml b/reference/curl/functions/curl-share-close.xml
index 372d744196fd..1dde32aa473c 100644
--- a/reference/curl/functions/curl-share-close.xml
+++ b/reference/curl/functions/curl-share-close.xml
@@ -49,6 +49,18 @@
</row>
</thead>
<tbody>
+ <row>
+ <entry>8.5.0</entry>
+ <entry>
+ This function has been deprecated.
+ </entry>
+ </row>
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ This function is a <acronym>NOP</acronym> now.
+ </entry>
+ </row>
&curl.changelog.share-handle-param;
</tbody>
</tgroup>