-
Notifications
You must be signed in to change notification settings - Fork 741
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
[PHP 8.4] intl update part 2 #4207
Conversation
for #3872 |
reference/intl/intlcalendar/set.xml
Outdated
<entry>8.4.0</entry> | ||
<entry> | ||
This had been deprecated in favor of the methods | ||
<methodname>setDate</methodname> and <methodname>setDateTime</methodname>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<methodname>setDate</methodname> and <methodname>setDateTime</methodname>. | |
<methodname>IntlCalendar::setDate</methodname> and | |
<methodname>IntlCalendar::setDateTime</methodname>. |
This had been deprecated in favor of the methods | ||
<methodname>createFromDate</methodname> and <methodname>createFromDateTime</methodname>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This had been deprecated in favor of the methods | |
<methodname>createFromDate</methodname> and <methodname>createFromDateTime</methodname>. | |
This had been deprecated in favor of the methods | |
<methodname>IntlGregorianCalendar::createFromDate</methodname> and | |
<methodname>IntlGregorianCalendar::createFromDateTime</methodname>. |
&reftitle.changelog; | ||
<para> | ||
<informaltable> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove wrapping para tag
<constant>NumberFormatter::ROUND_AWAY_FROM_ZERO</constant> | ||
</term> | ||
<listitem> | ||
<simpara><constant>ROUND_UP</constant> alias.</simpara> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<simpara><constant>ROUND_UP</constant> alias.</simpara> | |
<simpara> | |
&Alias; <constant>NumberFormatter::ROUND_UP</constant>. | |
</simpara> |
<constant>NumberFormatter::ROUND_TOWARDS_ZERO</constant> | ||
</term> | ||
<listitem> | ||
<simpara><constant>ROUND_DOWN</constant> alias.</simpara> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto
@@ -705,6 +726,15 @@ | |||
</listitem> | |||
</varlistentry> | |||
|
|||
<varlistentry xml:id="numberformatter.constants.round-towards-zero"> | |||
<term> | |||
<constant>NumberFormatter::ROUND_TOWARDS_ZERO</constant> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no ROUND_TOWARDS_ZERO
constant: it is ROUND_TOWARD_ZERO
in fact.
No description provided.