typos error

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102146 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xiao shengwen 2002-11-01 01:32:37 +00:00
parent 018869bd4d
commit f794a0e3b8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<appendix id="wrappers">
<title>List of Supported Protocols/Wrappers</title>
<para>
@ -119,7 +119,7 @@
<filename>php://input</filename> allows you to read raw POST data.
It is a less memory intensive alternative to
<varname>$HTTP_RAW_POST_DATA</varname> and does not need any
special &php.ini; diretives.
special &php.ini; directives.
</simpara>
<simpara>
<filename>php://stdin</filename> and