[DOC-CVS] [doc-en] master: Fix typo (#5513)

[email protected] (Mikhail Alferov via GitHub) Sun, 26 Apr 2026 07:30:18 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Mikhail Alferov (mmalferov)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2026-04-26T15:30:15+08:00

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

Fix typo (#5513)

Changed paths:
  M  appendices/ini.core.xml


Diff:

diff --git a/appendices/ini.core.xml b/appendices/ini.core.xml
index 7f944d3f4ef0..37f3b7e57761 100644
--- a/appendices/ini.core.xml
+++ b/appendices/ini.core.xml
@@ -803,7 +803,7 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk
         <varname>$_FILES</varname> <emphasis>not</emphasis> to be populated. The
         request body remains unconsumed in
         <link linkend="wrappers.php">php://input</link> and can be read manually
-        or parsed via <link linkend="wrappers.php">request_parse_body</link>.
+        or parsed via <function>request_parse_body</function>.
         This can be useful to proxy requests or to process the POST data in a
         memory efficient fashion.
        </simpara>
@@ -1545,7 +1545,7 @@ include_path = ".:${USER}/pear/php"
         FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
         security tokens of the calling client. This allows IIS to define the
         security context that the request runs under. mod_fastcgi under Apache
-        does not currently support this feature (03/17/2002)
+        does not currently support this feature (03/17/2002).
         Enable if running under IIS. Default is disabled.
        </para>
       </listitem>