mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Turned options into links to config.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50509 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9ff713ce96
commit
a68d8f548e
1 changed files with 7 additions and 3 deletions
|
@ -125,7 +125,8 @@ $count++;
|
|||
</para>
|
||||
<para>
|
||||
PHP is capable of doing this transparently when compiled with
|
||||
<literal>--enable-trans-sid</literal>. If you enable this option,
|
||||
<link linkend="install.configure.enable-trans-sid">
|
||||
<literal>--enable-trans-sid</literal></link>. If you enable this option,
|
||||
relative URIs will be changed to contain the session id
|
||||
automatically. Alternatively, you can use the constant
|
||||
<literal>SID</literal> which is defined, if the client did not
|
||||
|
@ -157,7 +158,8 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>
|
|||
</para>
|
||||
<para>
|
||||
The <literal><?=SID?></literal> is not necessary, if
|
||||
<literal>--enable-trans-sid</literal> was used to compile PHP.
|
||||
<link linkend="install.configure.enable-trans-sid">
|
||||
<literal>--enable-trans-sid</literal></link> was used to compile PHP.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
@ -309,7 +311,9 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>
|
|||
<listitem>
|
||||
<simpara>
|
||||
<literal>session.use_trans_sid</literal> whether transient sid support
|
||||
is enabled or not if enabled by compiling with --enable-trans-sid.
|
||||
is enabled or not if enabled by compiling with
|
||||
<link linkend="install.configure.enable-trans-sid">
|
||||
<literal>--enable-trans-sid</literal></link>.
|
||||
Defaults to <literal>1</literal> (enabled).
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue