From b499f818af6dd3ee873cdfd117cd7e031ee27e16 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 26 Apr 2025 02:52:43 +0900 Subject: [PATCH] =?UTF-8?q?[PHP=208.4]=20intl=20update=20part=202=20?= =?UTF-8?q?=E3=82=92=E5=8F=96=E3=82=8A=E8=BE=BC=E3=81=BF=20(#4207)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/intl/intlcalendar/set.xml | 38 +++++++++++-------- .../intl/intlgregoriancalendar/construct.xml | 26 ++++++++++++- 2 files changed, 47 insertions(+), 17 deletions(-) diff --git a/reference/intl/intlcalendar/set.xml b/reference/intl/intlcalendar/set.xml index 85149030d6..1300b613e1 100644 --- a/reference/intl/intlcalendar/set.xml +++ b/reference/intl/intlcalendar/set.xml @@ -1,6 +1,6 @@ - + IntlCalendar::set @@ -153,21 +153,27 @@ &reftitle.changelog; - - - - - - &Version; - &Description; - - - - &return.type.true; - - - - + + + + + &Version; + &Description; + + + + &return.type.true; + + 8.4.0 + + このメソッドは非推奨となりました。 + 代わりに IntlCalendar::setDate や + IntlCalendar::setDateTime を使用してください。 + + + + + diff --git a/reference/intl/intlgregoriancalendar/construct.xml b/reference/intl/intlgregoriancalendar/construct.xml index 940c871538..b219194d23 100644 --- a/reference/intl/intlgregoriancalendar/construct.xml +++ b/reference/intl/intlgregoriancalendar/construct.xml @@ -1,6 +1,6 @@ - + @@ -108,6 +108,30 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + このコンストラクタは非推奨となりました。 + 代わりに IntlGregorianCalendar::createFromDate や + IntlGregorianCalendar::createFromDateTime を使用してください。 + + + + + + +