[DOC-CVS] [doc-en] master: Fix IntlDateFormatter::PATTERN changelog version: 8.5.0 -> 8.4.0 (#5410)
[email protected] (KentarouTakeda via GitHub) Mon, 9 Mar 2026 08:01:59 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: KentarouTakeda (KentarouTakeda)
Committer: GitHub (web-flow)
Pusher: devnexen
Date: 2026-03-09T08:01:56Z
Commit: https://github.com/php/doc-en/commit/1786db6ef5272d6fc9b15147bde2985728284bfd
Raw diff: https://github.com/php/doc-en/commit/1786db6ef5272d6fc9b15147bde2985728284bfd.diff
Fix IntlDateFormatter::PATTERN changelog version: 8.5.0 -> 8.4.0 (#5410)
The changelog says PATTERN was added in 8.5.0, but the constants
description on the same page says "Available as of PHP 8.4.0".
See also https://www.php.net/manual/en/migration84.constants.php
Changed paths:
M reference/intl/dateformatter.xml
Diff:
diff --git a/reference/intl/dateformatter.xml b/reference/intl/dateformatter.xml
index 9bb3d9ad8c9b..79d248375f41 100644
--- a/reference/intl/dateformatter.xml
+++ b/reference/intl/dateformatter.xml
@@ -129,7 +129,7 @@
</thead>
<tbody>
<row>
- <entry>8.5.0</entry>
+ <entry>8.4.0</entry>
<entry>
Added <constant>IntlDateFormatter::PATTERN</constant>.
</entry>