[DOC-CVS] [doc-en] master: Use simpara for CURLOPT_INFILESIZE

[email protected] (Jordi Kroon) Wed, 17 Jun 2026 20:57:22 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Jordi Kroon (jordikroon)
Date: 2026-06-17T22:57:12+02:00

Commit: https://github.com/php/doc-en/commit/e7e81a179eabc75e1b37947c7696afd557cef656
Raw diff: https://github.com/php/doc-en/commit/e7e81a179eabc75e1b37947c7696afd557cef656.diff

Use simpara for CURLOPT_INFILESIZE

Changed paths:
  M  reference/curl/constants_curl_setopt.xml


Diff:

diff --git a/reference/curl/constants_curl_setopt.xml b/reference/curl/constants_curl_setopt.xml
index 07d2192a5540..e2307cf4533e 100644
--- a/reference/curl/constants_curl_setopt.xml
+++ b/reference/curl/constants_curl_setopt.xml
@@ -1386,13 +1386,13 @@
     (<type>int</type>)
    </term>
    <listitem>
-    <para>
+    <simpara>
      The expected size, in bytes, of the file when uploading a file to
      a remote site. This is the 64-bit variant of
      <constant>CURLOPT_INFILESIZE</constant>, allowing sizes larger than
      2 GB to be specified.
      Available as of PHP 8.5.0.
-    </para>
+    </simpara>
    </listitem>
   </varlistentry>
   <varlistentry xml:id="constant.curlopt-interface">