From a6003facfe13b2bd67d076c04d6a33f3b1f8b2fa Mon Sep 17 00:00:00 2001 From: lacatoire Date: Mon, 4 May 2026 16:23:08 +0200 Subject: [PATCH 1/3] =?UTF-8?q?doc-en=20=E3=81=A8=E6=97=A2=E8=A8=B3=203=20?= =?UTF-8?q?=E4=BB=B6=E3=82=92=E5=90=8C=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - DateInterval::createFromDateString: DateMalformedIntervalStringException に修正 (php/doc-en#5521) - Locale::isRightToLeft: サンプルに - + @@ -68,7 +68,7 @@ オブジェクト指向のAPIのみ、 無効な日付/時刻の文字列が渡された場合に - DateMalformedStringException + DateMalformedIntervalStringException がスローされます。 @@ -89,7 +89,7 @@ 無効な文字列が渡された場合、 DateInterval::createFromDateString - は DateMalformedStringException + は DateMalformedIntervalStringException をスローするようになりました。 これより前のバージョンでは、 警告が発生して false を返していました。 diff --git a/reference/intl/locale/isrighttoleft.xml b/reference/intl/locale/isrighttoleft.xml index 272bbb288b..82d78a4e41 100644 --- a/reference/intl/locale/isrighttoleft.xml +++ b/reference/intl/locale/isrighttoleft.xml @@ -1,6 +1,6 @@ - + @@ -85,8 +85,10 @@ &reftitle.examples; ロケールのテキスト方向を調べる - + diff --git a/reference/openssl/functions/openssl-x509-read.xml b/reference/openssl/functions/openssl-x509-read.xml index 2258fd3a3f..106ff62013 100644 --- a/reference/openssl/functions/openssl-x509-read.xml +++ b/reference/openssl/functions/openssl-x509-read.xml @@ -1,6 +1,6 @@ - + @@ -46,6 +46,14 @@ + + &reftitle.errors; + + X.509 証明書を取得できなかった場合、 + E_WARNING が発生します。 + + + &reftitle.changelog; From 2c5714170b872fc21b80ac5e91fb2361356e385b Mon Sep 17 00:00:00 2001 From: lacatoire Date: Mon, 4 May 2026 16:32:48 +0200 Subject: [PATCH 2/3] =?UTF-8?q?openssl=5Fx509=5Fread:=20ext/openssl=20?= =?UTF-8?q?=E3=81=AE=E7=BF=BB=E8=A8=B3=E3=83=91=E3=82=BF=E3=83=BC=E3=83=B3?= =?UTF-8?q?=E3=81=AB=E6=8F=83=E3=81=88=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit errors セクションを既存の openssl-ja 翻訳に合わせます: - - 'E_WARNING が発生します' → 'E_WARNING レベルのエラーが発生します' これは openssl-decrypt, openssl-cipher-iv-length 等で 使われている既訳のパターンと一致します。 --- reference/openssl/functions/openssl-x509-read.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/openssl/functions/openssl-x509-read.xml b/reference/openssl/functions/openssl-x509-read.xml index 106ff62013..0915a542ec 100644 --- a/reference/openssl/functions/openssl-x509-read.xml +++ b/reference/openssl/functions/openssl-x509-read.xml @@ -48,10 +48,10 @@ &reftitle.errors; - + X.509 証明書を取得できなかった場合、 - E_WARNING が発生します。 - + E_WARNING レベルのエラーが発生します。 + From 07a64ef6c86ec7e51f9feda35399b88010a63fa0 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 5 May 2026 09:14:53 +0200 Subject: [PATCH 3/3] =?UTF-8?q?openssl=5Fx509=5Fread:=20errors=20=E3=82=BB?= =?UTF-8?q?=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=20simpara=20?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/openssl/functions/openssl-x509-read.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/openssl/functions/openssl-x509-read.xml b/reference/openssl/functions/openssl-x509-read.xml index 0915a542ec..24c45738fd 100644 --- a/reference/openssl/functions/openssl-x509-read.xml +++ b/reference/openssl/functions/openssl-x509-read.xml @@ -48,10 +48,10 @@ &reftitle.errors; - + X.509 証明書を取得できなかった場合、 E_WARNING レベルのエラーが発生します。 - +