From 52e9e3d19103427047f49d2a5f84a3e8c716fffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Wed, 8 Sep 2010 10:56:55 +0000 Subject: [PATCH] - 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 --- appendices/wrappers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index cc400455e9..faf3925751 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -435,7 +435,7 @@ X-MyCustomHeader: Foo special &php.ini; directives. Moreover, for those cases where $HTTP_RAW_POST_DATA is not populated by default, it is a potentially less memory intensive alternative - than activating allways_populate_raw_post_data. + to activating always_populate_raw_post_data. php://input is not available with enctype="multipart/form-data".