Skip to content

Commit d13ecf4

Browse files
committed
Fix ini name
php/doc-en@6b0ab29
1 parent bbf031a commit d13ecf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/session/ini.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: e8fbdb2fe62c27cf3da4b640d0e20bdc4e261afb Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 6b0ab2971615571644ee6b3e6e06a322e04fee7b Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,takagi,mumumu -->
55
<section xml:id="session.configuration" xmlns="http://docbook.org/ns/docbook">
66
&reftitle.runtime;
@@ -849,7 +849,7 @@
849849
</term>
850850
<listitem>
851851
<simpara>
852-
<literal>session.sid_per_character</literal>
852+
<literal>session.sid_bits_per_character</literal>
853853
エンコードされたセッション ID 文字のビット数を指定します。指定できる値は
854854
'4' (0-9, a-f)、'5' (0-9, a-v)、'6' (0-9, a-z, A-Z, "-", ",") です。
855855
</simpara>

0 commit comments

Comments
 (0)