[DOC-CVS] [doc-en] master: Swap version entries for PHP 8.1.0 and 8.5.0 (#5087)
[email protected] (Luffy via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Luffy (sy-records)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2026-01-10T14:44:57+08:00
Commit: https://github.com/php/doc-en/commit/29f441a4c307d552c8d2a5fe7768a31060f02e99
Raw diff: https://github.com/php/doc-en/commit/29f441a4c307d552c8d2a5fe7768a31060f02e99.diff
Swap version entries for PHP 8.1.0 and 8.5.0 (#5087)
Changed paths:
M reference/dir/directory.xml
Diff:
diff --git a/reference/dir/directory.xml b/reference/dir/directory.xml
index e974ae8cba9e..a68f38cd2617 100644
--- a/reference/dir/directory.xml
+++ b/reference/dir/directory.xml
@@ -87,15 +87,15 @@
</thead>
<tbody>
<row>
- <entry>8.1.0</entry>
+ <entry>8.5.0</entry>
<entry>
- The <varname>path</varname> and <varname>handle</varname> properties are now readonly.
+ The class is now final.
</entry>
</row>
<row>
- <entry>8.5.0</entry>
+ <entry>8.1.0</entry>
<entry>
- The class is now final.
+ The <varname>path</varname> and <varname>handle</varname> properties are now readonly.
</entry>
</row>
</tbody>