mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Add missing titles
This commit is contained in:
@@ -4,6 +4,7 @@ $_SERVER['BASE_PAGE'] = 'releases/7_4_0.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header("PHP 7.4.0 Release Announcement");
|
||||
?>
|
||||
<h1>PHP 7.4.0 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 7.4.0.
|
||||
This release marks the fourth feature update to the PHP 7 series.</p>
|
||||
|
||||
@@ -3,6 +3,7 @@ $_SERVER['BASE_PAGE'] = 'releases/7_4_2.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header("PHP 7.4.2 Release Announcement");
|
||||
?>
|
||||
<h1>PHP 7.4.2 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP
|
||||
7.4.2. This is a security release which also contains several bug fixes.</p>
|
||||
|
||||
@@ -3,6 +3,7 @@ $_SERVER['BASE_PAGE'] = 'releases/7.4.3.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header("PHP 7.4.3 Release Announcement");
|
||||
?>
|
||||
<h1>PHP 7.4.3 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP
|
||||
7.4.3. This is a security release which also contains several bug fixes.</p>
|
||||
|
||||
@@ -3,6 +3,7 @@ $_SERVER['BASE_PAGE'] = 'releases/7.4.4.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header("PHP 7.4.4 Release Announcement");
|
||||
?>
|
||||
<h1>PHP 7.4.4 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP
|
||||
7.4.4. This is a security release which also contains several bug fixes.</p>
|
||||
|
||||
@@ -3,6 +3,7 @@ $_SERVER['BASE_PAGE'] = 'releases/7.4.5.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header("PHP 7.4.5 Release Announcement");
|
||||
?>
|
||||
<h1>PHP 7.4.5 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP
|
||||
7.4.5. This is a security release which also contains several bug fixes.</p>
|
||||
|
||||
@@ -3,6 +3,7 @@ $_SERVER['BASE_PAGE'] = 'releases/7.4.6.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header("PHP 7.4.6 Release Announcement");
|
||||
?>
|
||||
<h1>PHP 7.4.6 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP
|
||||
7.4.6. This is a security release which also contains several bug fixes.</p>
|
||||
|
||||
Reference in New Issue
Block a user