From 550b759e63497d90f6a1c7c3e68f28ef1b2d3d2e Mon Sep 17 00:00:00 2001 From: yasuaki640 Date: Sun, 22 Dec 2024 17:32:30 +0900 Subject: [PATCH] Unified `server` notation shaking (#223) --- install/cloud/digitalocean.xml | 4 ++-- install/fpm/configuration.xml | 4 ++-- reference/ibm_db2/ini.xml | 4 ++-- .../ldap/functions/ldap-connect-wallet.xml | 2 +- reference/mysqli/mysqli/change-user.xml | 2 +- reference/outcontrol/output-buffering.xml | 2 +- reference/pdo_pgsql/PDO/pgsql/lobcreate.xml | 2 +- reference/pgsql/functions/pg-get-pid.xml | 2 +- reference/stream/constants.xml | 18 +++++++++--------- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/install/cloud/digitalocean.xml b/install/cloud/digitalocean.xml index 1015f87fd28..edb0c656c32 100644 --- a/install/cloud/digitalocean.xml +++ b/install/cloud/digitalocean.xml @@ -19,7 +19,7 @@ Droplet: 仮想マシンのボックスで、 - Lamp スタックをLinuxサーバ上にインストールできます + Lamp スタックをLinuxサーバー上にインストールできます 。 @@ -36,7 +36,7 @@ Functions: - 開発者がサーバのプロビジョニングや管理を行うことなく、コードを実行できるサーバレスプラットフォームです。 + 開発者がサーバーのプロビジョニングや管理を行うことなく、コードを実行できるサーバースプラットフォームです。 PHP をネイティブでサポートしています。 how to create serverless functions in PHP diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml index b5356ec13be..6f4847c0dc7 100644 --- a/install/fpm/configuration.xml +++ b/install/fpm/configuration.xml @@ -858,7 +858,7 @@ 環境変数 ($_ENV$_SERVER と同じ)。 変数の名前は、指定する環境変数の名前を中括弧で囲んだものでなければなりません。 - たとえば、サーバの変数として + たとえば、サーバーの変数として %{REQUEST_METHOD}e%{SERVER_PROTOCOL}e、 HTTP ヘッダの変数として @@ -972,7 +972,7 @@ %t - リクエストを受け取ったサーバ側の時刻 + リクエストを受け取ったサーバー側の時刻 diff --git a/reference/ibm_db2/ini.xml b/reference/ibm_db2/ini.xml index 0f231c1c78c..605c45009ff 100644 --- a/reference/ibm_db2/ini.xml +++ b/reference/ibm_db2/ini.xml @@ -372,14 +372,14 @@ また、別々のジョブではなく、PHPジョブの内部でSQL/CLI の機能を実行します。 デフォルトでは、このオプションの値は 0 です。 このオプションを有効にすると、 - 別々のデータベースサーバのジョブを使わず、 + 別々のデータベースサーバーのジョブを使わず、 常に現在のユーザープロファイルを使います。 そして、db2_connectdb2_pconnect に渡されるユーザー名とパスワードを無視します。 - 0 - 指定されたクレデンシャルを使い、SQL/CLI サーバのジョブを使います。 + 0 - 指定されたクレデンシャルを使い、SQL/CLI サーバーのジョブを使います。 diff --git a/reference/ldap/functions/ldap-connect-wallet.xml b/reference/ldap/functions/ldap-connect-wallet.xml index be3b488fc77..ac11899c3e5 100644 --- a/reference/ldap/functions/ldap-connect-wallet.xml +++ b/reference/ldap/functions/ldap-connect-wallet.xml @@ -4,7 +4,7 @@ ldap_connect_wallet - LDAP サーバに接続する + LDAP サーバーに接続する diff --git a/reference/mysqli/mysqli/change-user.xml b/reference/mysqli/mysqli/change-user.xml index f16c4da840b..4e51cd0e8c7 100644 --- a/reference/mysqli/mysqli/change-user.xml +++ b/reference/mysqli/mysqli/change-user.xml @@ -69,7 +69,7 @@ データベース名。 &null; または空文字列を指定した場合、 - デフォルトのデータベースを指定しない状態でサーバとの接続がオープンされます。 + デフォルトのデータベースを指定しない状態でサーバーとの接続がオープンされます。 diff --git a/reference/outcontrol/output-buffering.xml b/reference/outcontrol/output-buffering.xml index 5374441f93f..a339b521fe6 100644 --- a/reference/outcontrol/output-buffering.xml +++ b/reference/outcontrol/output-buffering.xml @@ -21,7 +21,7 @@ や Web のコンテキストにおける ウェブサーバー やブラウザが実装するバッファリング (例: フルバッファリング(訳注:バッファが一杯になったらフラッシュされる)) は、 エンドユーザーに出力を表示するタイミングに影響を与えます。 - サーバの設定を微調整したり、 + サーバーの設定を微調整したり、 さまざまなレイヤーのバッファサイズを揃えたりすることで、これらの影響のいくつかを取り除くことができます。 diff --git a/reference/pdo_pgsql/PDO/pgsql/lobcreate.xml b/reference/pdo_pgsql/PDO/pgsql/lobcreate.xml index 7dfa7ff3d5a..9c5701ffd59 100644 --- a/reference/pdo_pgsql/PDO/pgsql/lobcreate.xml +++ b/reference/pdo_pgsql/PDO/pgsql/lobcreate.xml @@ -31,7 +31,7 @@ ラージオブジェクトの取り扱いは複雑です。 オブジェクトの OID を参照している行をデータベースから削除する際には、 必ず事前に PDO::pgsqlLOBUnlinkをコールしなければなりません。 - そうしないと、どこからも参照されないラージオブジェクトが、サーバに残り続けてしまうでしょう。 + そうしないと、どこからも参照されないラージオブジェクトが、サーバーに残り続けてしまうでしょう。 さらに、ラージオブジェクトにはアクセス権を設定できません。 代替として、bytea 型のカラムも検討ください。最近のバージョンの PostgreSQL では bytea 型のカラムに最大 1GBまで保存でき、行サイズを最適化したうえでデータを透過的に扱うことができます。 diff --git a/reference/pgsql/functions/pg-get-pid.xml b/reference/pgsql/functions/pg-get-pid.xml index b6af32f57ec..68c4c96b339 100644 --- a/reference/pgsql/functions/pg-get-pid.xml +++ b/reference/pgsql/functions/pg-get-pid.xml @@ -15,7 +15,7 @@ PgSql\Connectionconnection - pg_get_pid は、バックエンド(データベースサーバ + pg_get_pid は、バックエンド(データベースサーバー のプロセス)のプロセス ID を取得します。プロセス ID は、 NOTIFY メッセージが他のプロセスから送信されている かどうかを調べるために有用です。 diff --git a/reference/stream/constants.xml b/reference/stream/constants.xml index af0bcedc0de..c2d664181d0 100644 --- a/reference/stream/constants.xml +++ b/reference/stream/constants.xml @@ -330,7 +330,7 @@ - あらゆる TLS または SSL バージョンのサーバストリーム + あらゆる TLS または SSL バージョンのサーバーストリーム @@ -341,7 +341,7 @@ - SSL 2 のサーバストリーム + SSL 2 のサーバーストリーム @@ -352,7 +352,7 @@ - SSL 3 のサーバストリーム + SSL 3 のサーバーストリーム @@ -363,7 +363,7 @@ - TLS 1.0, 1.1, 1.2 のサーバストリーム + TLS 1.0, 1.1, 1.2 のサーバーストリーム @@ -374,7 +374,7 @@ - あらゆる TLS バージョンのサーバストリーム + あらゆる TLS バージョンのサーバートリーム @@ -385,7 +385,7 @@ - TLS 1.0 のサーバストリーム + TLS 1.0 のサーバートリーム @@ -396,7 +396,7 @@ - TLS 1.1 のサーバストリーム + TLS 1.1 のサーバートリーム @@ -407,7 +407,7 @@ - TLS 1.2 のサーバストリーム + TLS 1.2 のサーバートリーム @@ -418,7 +418,7 @@ - TLS 1.3 のサーバストリーム + TLS 1.3 のサーバートリーム