File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 72f3125b6d5917f19f34a6e86e85a7cc7c1503fa Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 91da56315cff97da3020dd2934040e5035a6d1c6 Maintainer: takagi Status: ready -->
4
4
<sect3 xml : id =" configure.options.php" xmlns =" http://docbook.org/ns/docbook" >
5
5
<title >PHP オプション</title >
6
6
<variablelist >
48
48
</para >
49
49
</listitem >
50
50
</varlistentry >
51
+ <varlistentry xml : id =" configure.enable-zts" >
52
+ <term >
53
+ <option role =" configure" >--enable-zts</option >
54
+ </term >
55
+ <listitem >
56
+ <para >
57
+ Zend Thread Safety を有効にします。
58
+ PHP 8.0.0 より前ののバージョン、かつ Windows 以外のシステムでは、
59
+ このオプションは
60
+ <option role =" configure" >--enable-maintainer-zts</option >
61
+ と呼ばれていました。
62
+ </para >
63
+ </listitem >
64
+ </varlistentry >
51
65
</variablelist >
52
66
</sect3 >
53
67
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ba08db8805ddb14cbab613c893dd47eacbda22f2 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 91da56315cff97da3020dd2934040e5035a6d1c6 Maintainer: takagi Status: ready -->
4
4
5
5
<chapter xml : id =" pthreads.setup" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
&reftitle.setup;
7
7
8
8
<section xml : id =" pthreads.requirements" >
9
9
&reftitle.required;
10
10
<para >
11
- pthreads を使うには、ビルド時に ZTS を有効 ( --enable-maintainer-zts、あるいは Windows なら --enable-zts )
11
+ pthreads を使うには、ビルド時に ZTS (Zend Thread Safety) を有効
12
+ (<option role =" configure" >--enable-zts</option > を指定。
13
+ PHP 8.0.0 より前のバージョン、かつ Windows 以外のバージョンの場合は、
14
+ <option role =" configure" >--enable-maintainer-zts</option > を指定)
12
15
にする必要があります。
13
16
</para >
14
17
<caution >
You can’t perform that action at this time.
0 commit comments