Skip to content

Commit

Permalink
Update configure.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mowangjuanzi committed Oct 11, 2023
1 parent 9efd777 commit 2d5ef2c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions reference/session/configure.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: dallas Status: ready -->
<!-- EN-Revision: a7d56396b4b04d83871e084371cd6c6fecdafaa8 Maintainer: dallas Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<section xml:id="session.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
会话的支持在 PHP 默认为激活。如果不想在 PHP
中加入会话支持,应在配置时指定 <option role="configure">--disable-session</option>
选项。要为会话存储使用共享内存分配(mm),配置 PHP 时指定
<option role="configure">--with-mm[=DIR] </option>。
&installation.enabled.disable;
<option role="configure">--disable-session</option>
</para>
<para>
要为会话存储使用共享内存分配(mm),配置 PHP 时指定
<option role="configure">--with-mm[=DIR]</option>。
</para>
&windows.builtin;
<note>
Expand Down

0 comments on commit 2d5ef2c

Please sign in to comment.