[DOC-CVS] [doc-en] master: curl_close: add changelog for NOP and deprecation (#5178)
[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-04T02:32:35-08:00
Commit: https://github.com/php/doc-en/commit/86c8ebd19ed93843f293bdcecc9ce68cb4ab57bc
Raw diff: https://github.com/php/doc-en/commit/86c8ebd19ed93843f293bdcecc9ce68cb4ab57bc.diff
curl_close: add changelog for NOP and deprecation (#5178)
Changed paths:
M reference/curl/functions/curl-close.xml
Diff:
diff --git a/reference/curl/functions/curl-close.xml b/reference/curl/functions/curl-close.xml
index 59334b4fac58..207b3b1d8e7d 100644
--- a/reference/curl/functions/curl-close.xml
+++ b/reference/curl/functions/curl-close.xml
@@ -51,6 +51,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.handle-param;
</tbody>
</tgroup>