1
0
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:
Derick Rethans
2020-05-14 10:56:37 +01:00
parent 7fd7f39abb
commit 72682fc0aa
6 changed files with 6 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>