File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
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: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: hirokawa Status: ready -->
4
- <!-- CREDITS: takagi -->
3
+ <!-- EN-Revision: 0e097419a847a077c7d8a74ebc5237ba9d8ddc90 Maintainer: hirokawa Status: ready -->
4
+ <!-- CREDITS: takagi,jdkfx -->
5
5
<refentry xml : id =" function.socket-create-listen" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
7
7
<refname >socket_create_listen</refname >
76
76
</row >
77
77
</thead >
78
78
<tbody >
79
+ <row >
80
+ <entry >8.4.0</entry >
81
+ <entry >
82
+ デフォルトの値は <constant >SOMAXCONN</constant > に設定されています。
83
+ 以前のバージョンでは <literal >128</literal > でした。
84
+ </entry >
85
+ </row >
79
86
<row >
80
87
<entry >8.0.0</entry >
81
88
<entry >
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: a0ae28d3bc85f927c22649ebd9a590b921534b7d Maintainer: takagi Status: ready -->
4
- <!-- CREDITS: hirokawa,mumumu -->
3
+ <!-- EN-Revision: 6bb12514da39d010f2f0beb025dab9ec2459af51 Maintainer: takagi Status: ready -->
4
+ <!-- CREDITS: hirokawa,mumumu,jdkfx -->
5
5
6
6
<chapter xml : id =" zlib.setup" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
7
7
&reftitle.setup;
12
12
<para >
13
13
このモジュールは、Jean-loup Gailly および Mark Adler による
14
14
<link xlink : href =" &url.zlib; " >zlib</link > の関数を使用します。
15
- このモジュールを使用するには、
16
- zlib > = 1.2.0.4 を使用する必要があります 。
15
+ PHP 8.4.0 以降のバージョンで、このモジュールを使用するために必要な zlib の最低バージョンは 1.2.11 です。
16
+ PHP 8.4.0 より前のバージョンで、このモジュールを使用するために必要な zlib の最低バージョンは 1.2.0.4 です 。
17
17
</para >
18
18
</section >
19
19
<!-- }}} -->
You can’t perform that action at this time.
0 commit comments