Skip to content

[PHP 8.4] doc-en#4105とdoc-en#4109の翻訳 #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions reference/sockets/functions/socket-create-listen.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<!-- EN-Revision: 0e097419a847a077c7d8a74ebc5237ba9d8ddc90 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,jdkfx -->
<refentry xml:id="function.socket-create-listen" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>socket_create_listen</refname>
Expand Down Expand Up @@ -76,6 +76,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
デフォルトの値は <constant>SOMAXCONN</constant> に設定されています。
以前のバージョンでは <literal>128</literal> でした。
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Expand Down
8 changes: 4 additions & 4 deletions reference/zlib/setup.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a0ae28d3bc85f927c22649ebd9a590b921534b7d Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,mumumu -->
<!-- EN-Revision: 6bb12514da39d010f2f0beb025dab9ec2459af51 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,mumumu,jdkfx -->

<chapter xml:id="zlib.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
Expand All @@ -12,8 +12,8 @@
<para>
このモジュールは、Jean-loup Gailly および Mark Adler による
<link xlink:href="&url.zlib;">zlib</link> の関数を使用します。
このモジュールを使用するには、
zlib &gt;= 1.2.0.4 を使用する必要があります
PHP 8.4.0 以降のバージョンで、このモジュールを使用するために必要な zlib の最低バージョンは 1.2.11 です。
PHP 8.4.0 より前のバージョンで、このモジュールを使用するために必要な zlib の最低バージョンは 1.2.0.4 です
</para>
</section>
<!-- }}} -->
Expand Down