Skip to content

Commit 9d4dfe5

Browse files
authored
Clarify with enable_post_data_reading=0 body can also be consumed via request_parse_body() (#5511)
1 parent 30b0c51 commit 9d4dfe5

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

appendices/ini.core.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -800,11 +800,12 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk
800800
<listitem>
801801
<simpara>
802802
Disabling this option causes <varname>$_POST</varname> and
803-
<varname>$_FILES</varname> <emphasis>not</emphasis> to be populated.
804-
The only way to read postdata will then be through the
805-
<link linkend="wrappers.php">php://input</link> stream wrapper.
806-
This can be useful to proxy requests or to process
807-
the POST data in a memory efficient fashion.
803+
<varname>$_FILES</varname> <emphasis>not</emphasis> to be populated. The
804+
request body remains unconsumed in
805+
<link linkend="wrappers.php">php://input</link> and can be read manually
806+
or parsed via <link linkend="wrappers.php">request_parse_body</link>.
807+
This can be useful to proxy requests or to process the POST data in a
808+
memory efficient fashion.
808809
</simpara>
809810
</listitem>
810811
</varlistentry>

0 commit comments

Comments
 (0)