Commit: 2876e4d8991179e66b64116cfba247e0c82c5b6d Author: Derick Rethans <[email protected]> Thu, 9 Jul 2020 15:03:58 +0100 Parents: 02613b853faeb275f70717551dd6a43cad3ae6ee Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2876e4d8991179e66b64116cfba247e0c82c5b6d Log: Added headers — they're needed here, but not in the XML for the 'archive' Changed paths: M releases/7_3_20.php M releases/7_4_8.php Diff: diff --git a/releases/7_3_20.php b/releases/7_3_20.php index 7d426a3d5..24f5052e8 100644 --- a/releases/7_3_20.php +++ b/releases/7_3_20.php @@ -3,6 +3,8 @@ $_SERVER['BASE_PAGE'] = 'releases/7_3_20.php'; include_once __DIR__ . '/../include/prepend.inc'; site_header('PHP 7.3.20 Release Announcement'); ?> +<h1>PHP 7.3.20 Release Announcement</h1> + <p>The PHP development team announces the immediate availability of PHP 7.3.20. This is a security release impacting the <a href="https://windows.php.net/">official Windows builds</a> of PHP.</p> diff --git a/releases/7_4_8.php b/releases/7_4_8.php index e489c95f8..0bfe6f0a4 100644 --- a/releases/7_4_8.php +++ b/releases/7_4_8.php @@ -3,6 +3,8 @@ $_SERVER['BASE_PAGE'] = 'releases/7_4_8.php'; include_once __DIR__ . '/../include/prepend.inc'; site_header('PHP 7.4.8 Release Announcement'); ?> +<h1>PHP 7.4.8 Release Announcement</h1> + <p>The PHP development team announces the immediate availability of PHP 7.4.8. This is a security release impacting the <a href="https://windows.php.net/">official Windows builds</a> of PHP.</p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
