mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
entity correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83669 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a7de9cf208
commit
8fa73d49ad
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.session-register">
|
||||
<refnamediv>
|
||||
|
@ -51,7 +51,7 @@
|
|||
<para>
|
||||
You can also create a session variable by simply setting the
|
||||
appropriate member of the <varname>$HTTP_SESSION_VARS</varname>
|
||||
or <varname>$_SESSION</varname> (PHP >= 4.1.0) array.
|
||||
or <varname>$_SESSION</varname> (PHP >= 4.1.0) array.
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.zlib">
|
||||
<title>Zlib Compression Functions</title>
|
||||
<titleabbrev>Zlib</titleabbrev>
|
||||
|
@ -8,7 +8,7 @@
|
|||
This module uses the functions of <ulink
|
||||
url="&url.zlib;">zlib</ulink> by Jean-loup Gailly and Mark Adler to
|
||||
transparently read and write gzip (.gz) compressed files. You have
|
||||
to use a zlib version >= 1.0.9 with this module.
|
||||
to use a zlib version >= 1.0.9 with this module.
|
||||
</para>
|
||||
<para>
|
||||
This module contains versions of most of the <link
|
||||
|
|
Loading…
Reference in a new issue