mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Missing spaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164083 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0a3129ca8c
commit
c70623f31a
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<section id="session.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -420,7 +420,7 @@
|
|||
<literal>session.cookie_lifetime</literal> specifies the lifetime of
|
||||
the cookie in seconds which is sent to the browser. The value 0
|
||||
means "until the browser is closed." Defaults to
|
||||
<literal>0</literal>.See also
|
||||
<literal>0</literal>. See also
|
||||
<function>session_get_cookie_params</function> and
|
||||
<function>session_set_cookie_params</function>.
|
||||
</simpara>
|
||||
|
@ -435,7 +435,7 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
<literal>session.cookie_path</literal> specifies path to set
|
||||
in session_cookie. Defaults to <literal>/</literal>.See also
|
||||
in session_cookie. Defaults to <literal>/</literal>. See also
|
||||
<function>session_get_cookie_params</function> and
|
||||
<function>session_set_cookie_params</function>.
|
||||
</simpara>
|
||||
|
|
Loading…
Reference in a new issue