mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267968 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f0ecc019ca
commit
d67bca7b48
2 changed files with 4 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue