Fix typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267968 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2008-10-29 15:00:28 +00:00
parent f0ecc019ca
commit d67bca7b48
2 changed files with 4 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.server" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
<refnamediv>
@ -467,11 +467,8 @@
</variablelist>
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
@ -487,7 +484,7 @@
<row>
<entry>4.1.0</entry>
<entry>
Introduced <varname>$_SERVER</varname> that the deprecated
Introduced <varname>$_SERVER</varname> that deprecated
<varname>$HTTP_SERVER_VARS</varname>.
</entry>
</row>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.session" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
<refnamediv>
@ -40,7 +40,7 @@
<row>
<entry>4.1.0</entry>
<entry>
Introduced <varname>$_SESSION</varname> that the deprecated
Introduced <varname>$_SESSION</varname> that deprecated
<varname>$HTTP_SESSION_VARS</varname>.
</entry>
</row>