- Fixing two minor errors introduced in rev 303169.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303170 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gustavo André dos Santos Lopes 2010-09-08 10:56:55 +00:00
parent a61cd53e96
commit 52e9e3d191

View file

@ -435,7 +435,7 @@ X-MyCustomHeader: Foo
special &php.ini; directives. Moreover, for those cases where
<varname>$HTTP_RAW_POST_DATA</varname> is not populated by
default, it is a potentially less memory intensive alternative
than activating <link linkend="ini.always-populate-raw-post-data">allways_populate_raw_post_data</link>.
to activating <link linkend="ini.always-populate-raw-post-data">always_populate_raw_post_data</link>.
<filename>php://input</filename> is not available with
<literal>enctype="multipart/form-data"</literal>.
</simpara>