Author: Saki Takamachi (SakiTakamachi)
Date: 2024-11-21T18:43:09+09:00

Commit: 
https://github.com/php/web-php/commit/0e6e736ba04d094901c1f03260a461a50e2da0a8
Raw diff: 
https://github.com/php/web-php/commit/0e6e736ba04d094901c1f03260a461a50e2da0a8.diff

Fixed PHP 8.4.1 Release Announcement

Changed paths:
  M  releases/8_4_1.php


Diff:

diff --git a/releases/8_4_1.php b/releases/8_4_1.php
index 9ee28259ec..2dcd4e15e5 100644
--- a/releases/8_4_1.php
+++ b/releases/8_4_1.php
@@ -5,9 +5,19 @@
 ?>
 <h1>PHP 8.4.1 Release Announcement</h1>
 
-<p>The PHP development team announces the immediate availability of PHP 8.4.1. 
This is a bug fix release.</p>
+<p>The PHP development team announces the immediate availability of PHP 8.4.1. 
This release marks
+the latest minor release of the PHP language.</p>
 
-<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
+<p>PHP 8.4 comes with numerous improvements and new features such as:</p>
+
+<ul>
+  <li><a 
href="https://www.php.net/manual/en/migration84.new-features.php#migration84.new-features.core.property-hooks";>Property
 Hooks</a></li>
+  <li><a 
href="https://www.php.net/manual/en/migration84.new-features.php#migration84.new-features.core.asymmetric-property-visibility";>Asymmetric
 Property Visibility</a></li>
+  <li><a 
href="https://www.php.net/manual/en/migration84.new-features.php#migration84.new-features.core.lazy-objects";>Lazy
 Objects</a></li>
+  <li><a 
href="https://www.php.net/manual/en/migration84.new-features.php#migration84.new-features.pdo";>PDO
 driver-specific subclasses</a></li>
+  <li><a 
href="https://www.php.net/manual/en/migration84.new-classes.php#migration84.new-classes.bcmath";>BCMath
 object type</a></li>
+  <li>And much much more...</li>
+</ul>
 
 <p>For source downloads of PHP 8.4.1 please visit our <a 
href="https://www.php.net/downloads.php";>downloads page</a>,
 Windows source and binaries can be found on <a 
href="https://windows.php.net/download/";>windows.php.net/download/</a>.

Reply via email to