reference/session/configure.xml
a7d56396b4b04d83871e084371cd6c6fecdafaa8
...
...
@@ -3,11 +3,12 @@
3
3
<section xml:id="session.installation" xmlns="http://docbook.org/ns/docbook">
4
4
&reftitle.install;
5
5
<para>
6
-
Session support is enabled in PHP by default. If you would
7
-
not like to build your PHP with session support, you should
8
-
specify the <option role="configure">--disable-session</option>
9
-
option to configure. To use shared memory allocation (mm) for session
10
-
storage configure PHP <option role="configure">--with-mm[=DIR] </option>.
6
+
&installation.enabled.disable;
7
+
<option role="configure">--disable-session</option>
8
+
</para>
9
+
<para>
10
+
To use shared memory allocation (mm) for session storage configure PHP
11
+
<option role="configure">--with-mm[=DIR]</option>.
11
12
</para>
12
13
&windows.builtin;
13
14
<note>
14
15