File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments